Class | Description | |
---|---|---|
AbsentImageCodecException | The exception that is thrown when Image cannot be serialized due to absent necessary codec in system. | |
AliasCollection | Represents a collection of alternative style names. | |
Backdrop | Represents a plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to. | |
Bevel | Represents a bevel on an object face. | |
BidirectionalOverride | Override bidirectional behavior of children text. | |
BidirectionalOverrideCollection | Represents a collection of BidirectionalOverride objects. | |
Blur | Represents blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. | |
Body | Represents the body of a document or other content containers. | |
Bookmark | Represents a bookmark range in a body content. | |
BookmarkCollection | Represents a collection of Bookmark elements. | |
BookmarkEnd | Represents a bookmark end mark element in a body content. | |
BookmarkStart | Represents a bookmark start mark element in a body content. | |
Border | Represents a border of an object. | |
BorderCollection | Represents a collection of Borders for the four sides of an object. | |
Break | Represents a break element in a body content. | |
BuildingBlock | Represents a building block in a document. A building block is pre-built content, similar to autotext, that may contain text, images, and formatting. | |
BuildingBlockCollection | Represents a collection of building blocks. | |
BuiltInPropertyCollection | Represents built-in document properties. | |
BulletListPropertyException | The exception that is thrown when trying to set a property for ListLevel with ListLevel.NumberStyle equals NumberStyle.Bullet. | |
Camera | Represents the placement and properties of a camera in a 3D scene. | |
CanvasShape | Represents a canvas shape element in a body content. | |
CanvasShapeCollection | Represents a collection of CanvasShape objects. | |
Category | Specifies the categorization for a building block. This categorization shall not imply any behaviors around the building block, and is only used to organize the set of building blocks within an application or user interface i.e. to disambiguate between two building blocks with the same entry name. | |
Cell | Represents a table cell element in a body content. | |
CellBorderCollection | Represents the set of borders for the edges of a cell. | |
CellCollection | Represents a collection of Cell objects. | |
CellFormat | Represents formatting for a table cell. | |
CellPadding | Represents a set of table cell paddings. | |
CheckBoxSymbol | Specifies a symbol to be used for a checkbox state. | |
ColorBase | The abstract base class for color implementations. | |
ColoredLine | Represents a colored line. | |
ColorScheme | Represents the color scheme of a Microsoft Office theme. The color scheme is responsible for defining a list of twelve colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink. | |
Comment | Represents a comment range in a body content. | |
CommentCollection | Represents a collection of Comment elements. | |
CommentEnd | Represents a comment end mark element in a body content. | |
CommentInfo | Represents an annotation reference mark at the current location in the comment.
An annotation reference mark is an information block that represents the metadata associated with the current comment. The annotation reference mark should typically consist of the initials and a unique integer associated with its position in the document, but can be displayed in any desired format. | |
CommentReference | Represents a comment content reference mark that links the comment content with the contents of a document story. | |
CommentStart | Represents a comment start mark element in a body content. | |
CompatibilityOptions | Contains compatibility options. | |
ComplexField | Represents a complex field element in a body content. | |
ComplexFieldCollection | Represents a collection of ComplexField objects. | |
ComplexFieldCopyException | ComplexField copy-related exception | |
ConditionalStyle | Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style. | |
ConditionalStyleCollection | Represents a collection of ConditionalStyle objects. | |
ContentChildlessException | The exception that is thrown when trying to insert a child content into a content that cannot have children. | |
ContentCollection<T> | Represents a collection of content items. | |
ContentControl | An individual content control. Content controls are bounded and potentially labeled regions in a document that serve as containers for specific types of content. Individual content controls may contain contents such as dates, lists, or paragraphs of formatted text. | |
ContentControlCollection | Represents a collection of ContentControl items. | |
ContentControlEndMark | Specifies the set of properties applied to the mark present to delimit the end of the control contents. | |
ContentMark | Represents a mark (start or end) for ContentRange objects like bookmarks or comments. Derived classes include CommentStart, CommentEnd, CommentReference, BookmarkStart, BookmarkEnd, FieldChar, GrapeCity.Documents.Word.EditableRangeStartand GrapeCity.Documents.Word.EditableRangeEnd. | |
ContentNotCloneableException | The exception that is thrown when trying to copy a none-cloneable content. | |
ContentNotSplittableException | The exception that is thrown when trying to split a non-splittable content. | |
ContentObject | Base class representing a content object in a document.
Derived classes include FormattedContentObject, ContentMark, Text, UnknownContent, CommentInfo, SeparatorMark, ContinuationSeparatorMark, Footnote, Endnote, EndnoteReferenceMark, FootnoteReferenceMark, Hyperlink, SimpleField, ControlContent, SectionBreak, ShapeBase, TextFrame, LinkedTextFrame, OMathParagraph, OMath, OMathStruct, OMathElement, OMathMatrixRow. | |
ContentObjectCollection<T> | Represents a collection of ContentObject. | |
ContentRange | Abstract base class representing content with floating start and end marks. This allows the range to start inside one ContentObject and end in another, which is useful for bookmarks, comments etc.
Derived classes include Section Comment, Bookmark, ComplexField and EditableRange. | |
ContentRangeCollection<T> | Represents a collection of ContentRange elements. | |
ContinuationSeparatorMark | Represents a continuation separator mark within a run.
A continuation separator mark is a horizontal line that spans the width of the main story's text extents. The continuation separator mark is typically used within the context of continuation separator footnotes or endnotes. These footnote and endnote types define the footnote/endnote used to separate the contents of the main document story from continuation of footnotes or endnotes that began on a previous page. | |
ControlContent | Provides access to the content of a ContentControl. | |
CopyService | Copy range of objects into another range. | |
CustomPropertyCollection | A collection of custom document properties. | |
CustomXmlPart | Represents a custom XML data storage in the document. | |
CustomXmlPartCollection | Represents a collection of CustomXmlPart objects in the document. | |
DashStop | Represents a a dash stop primitive.
Dashing schemes are built by specifying an ordered list of dash stop primitive. A dash stop primitive consists of a dash and a space. | |
DashStopList | Represents a custom dashing scheme.
It is a list of dash stop items which represent building block atoms upon which the custom dashing scheme is built. | |
DataTemplateOptions | Represents options used in data template processing. | |
DefaultListStyleChangeException | The exception that is thrown if an attempt is made to modify the properties of a default list style. | |
DefaultMalformedUriRewriter | Implements the default rewriting strategy for handling invalid URIs. | |
DefaultParagraphStyleChangeException | The exception that is thrown if an attempt is made to modify the properties of a default paragraph style. | |
DefaultTableStyleChangeException | The exception that is thrown if an attempt is made to modify the properties of a default table style. | |
DocumentBase | The base class for GcWordDocument and GlossaryDocument classes. | |
DocumentProperty | Represents a document property. | |
DocumentPropertyCollection | Base class for the CustomPropertyCollection and BuiltInPropertyCollection | |
DocumentProtection | Represents the set of document protection restrictions applied to a document. | |
DropCap | Represents a dropped capital letter at the beginning of a paragraph. | |
DropDownItem | Specifies a single list item within the content control. Each list item shall be displayed in the list displayed for the content control (if a user interface is present). | |
DropDownItemCollection | Represents a list of DropDownItem objects. | |
EastAsianLayout | Specifies any East Asian typography settings which shall be applied to the contents of a run. | |
EastAsianTypography | Provides options for East Asian typography. | |
EdgeExtent | Represents additional extent to each edge of an object. | |
EditableRange | Represents a modifiable region of a document, together with a user and/or group that are allowed to modify it if the document protection is on. | |
EditableRangeCollection | Represents a collection of EditableRange elements. | |
EditProtection | Represents the edit protection settings of a document. | |
EmbeddedFont | Represents an embedded font and its binary data. | |
EmbeddedFontCollection | Represents a collection of EmbeddedFont objects.
Elements in this collection are indexed by EmbeddedFontType (regular, bold, italic, bold italic). | |
Endnote | Represents an endnote. | |
EndnoteCollection | Represents a collection of Endnote objects. | |
EndnoteOptions | Represents the endnote numbering options for a document or section. | |
EndnoteReferenceMark | Represents an endnote reference mark.
A endnote reference mark is a run of automatically numbered text that follows the numbering format specified via the EndnoteOptions.NumberStyle. | |
Extensions | Provides extension methods for GeometryType. | |
FieldChar | Represents a complex field character at a location in the parent run.
A complex field character is a special character that delimits the start and end of a complex field, or separates its field codes from its current field result. | |
FieldCode | Represents a field code within a complex field in a document. | |
FieldCodeCollection | Represents a collection of FieldCode objects. | |
FillFormat | Represents fill formatting for a content object. | |
FillFormatList | Represents a set of three or more fill styles that are used within a theme. | |
FillOverlay | Represents fill overlay effect. A fill overlay can be used to specify an additional fill for an object and blend the two fills together. | |
FindFormatting | Represents the formatting criteria for a find operation. | |
FindOptions | Represents options for a find operation. | |
FindReplaceException | The exception that is thrown when FindReplace cannot process replace request. | |
FindReplaceOptions | Represents options for a find and replace operation. | |
FindResult | Represents the result of a find operation. | |
Font | Represents font attributes (font name, size, color, and so on) for an object. | |
FontBase | Contains font attributes (font name, font size, color, and so on) for an object. | |
FontInfo | Represents the properties of a font used in a document. | |
FontInfoCollection | Represents a collection of FontInfo objects. | |
FontScheme | Represents a font scheme within a theme.
The font scheme consists of a pair of major and minor fonts to use in a document. The major font corresponds well with the heading areas of a document, while the minor font corresponds well with the normal text or paragraph areas. | |
FontSignature | Specifies code pages and Unicode subranges for which a font provides glyphs. | |
Footnote | Represents a footnote positioned at the bottom of the page or beneath text. | |
FootnoteCollection | Represents a collection of Footnote objects. | |
FootnoteOptions | Represents the footnote numbering options for a document or section. | |
FootnoteReferenceMark | Represents a footnote reference mark.
A footnote reference mark is a run of automatically numbered text that follows the numbering format specified via the FootnoteOptions.NumberStyle. | |
FormatScheme | Represents the background fill styles, effect styles, fill styles, and line styles which define the style matrix for a theme.
The style matrix consists of subtle, moderate, and intense fills, lines, and effects. The background fills are not generally thought of to directly be associated with the matrix, but do play a role in the style of the overall document. Usually, a given object chooses a single line style, a single fill style, and a single effect style in order to define the overall final look of the object. | |
FormattedContentObject | Represents a ContentObject that has formatting properties.
Derived classes include Paragraph, Run, Table, Row, Cell, ContentControl. | |
FormattedMark | Specifies the set of properties applied to the the special content mark. | |
FormattingBag | Abstract class that provides base functionality to store and resolve formatting in objects. | |
FormattingBagList<T> | Represents a list of FormattingBag items. | |
GcWordDocument | Represents a Word document.
Contains one or more sections, content controls, and body representing the content of the document. Part that is responsible for working with data templates. | |
GlossaryDocument | A supplementary document storage which stores the definition and content for content that shall be carried with the document for future insertion and/or use, but which shall not be visible within the contents of the main document story. | |
Glow | Represents glow effect, in which a color blurred outline is added outside the edges of the object. | |
GradientFill | Represents a gradient fill. | |
GradientStop | Represents a gradient stop. | |
GradientStopList | Represents a list of gradient stops. | |
GroupEditor | Specifies an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this range of the document. This mechanism simply provides a set of predefined editing groups which can be associated with user accounts by applications in any desired manner. | |
GroupShape | Represents a group shape element in a body content. | |
GroupShapeCollection | Represents a collection of GroupShape objects. | |
HeaderFooter | Represents a single header that shall be associated with a section in the document. | |
HeaderFooterCollection | Represents a collection of HeaderFooter objects in a section. Section may contain every type of HeaderFooterType HeaderFooter( | |
Hyperlink | Represents a hyperlink element in a body content. | |
HyperlinkCollection | Represents a collection of Hyperlink objects. | |
HyphenationOptions | Allows configuring document hyphenation options. | |
ImageData | Represents image data for a picture. | |
Indentation | Represents the set of indentation properties applied to a paragraph. | |
InkShape | Represents an ink shape in a body content. | |
InkShapeCollection | Represents a collection of InkShape objects. | |
InnerShadow | Represents an inner shadow effect that can be applied to an object. | |
InReadingModeException | The exception that is thrown when trying to modify the document while it is in reading mode. | |
InvalidConditionalTemplateInTable | The exception that is thrown when conditional block "if...else...endif" in table used incorrectly. | |
InvalidContentControlChildControlException | The exception that is thrown when trying to insert invalid content control type inside the content control. | |
InvalidContentControlChildException | The exception that is thrown when trying to insert invalid content type inside the content control. | |
InvalidContentControlLevelChildException | The exception that is thrown when trying to insert invalid content type inside the specific level content control. | |
InvalidContentControlLevelParentChildException | The exception that is thrown when trying to insert invalid content type into the specific parent content inside inside the specific level content control. | |
InvalidContentControlParentChildException | The exception that is thrown when trying to insert invalid content type into the specific parent content inside the content control. | |
InvalidContentControlSingleCharException | The exception that is thrown when trying to insert more then one characters inside the content control. | |
InvalidContentControlSingleChildException | The exception that is thrown when trying to insert more then one content of the specific type inside the content control. | |
InvalidContentControlTypeException | The exception that is thrown when trying to set properties that the current content control is not supported. | |
InvalidFillException | The exception that is thrown when trying to use a fill type that cannot be used in the current context. | |
InvalidInsertPositionException | The exception that is thrown when trying to insert content into an invalid position. | |
InvalidParentContentException | The exception that is thrown when trying to insert a content object into a non-allowed parent content. | |
InvalidRangePositionException | The exception that is thrown when trying to get a range from an invalid position. | |
InvalidSiblingsTemplateDispositionException | The exception that is thrown when trying to process template sibling included to block of previous sibling. | |
InvalidSplitPositionException | The exception that is thrown when trying to split content on an invalid position. | |
InvalidTemplateFormatException | The exception that is thrown when a data template key is malformed. | |
InvalidTemplateStructureException | The exception that is thrown when a data template structure is invalid. | |
IsReadOnlyException | The exception that is thrown when trying to set a property value. | |
LastRenderedPageBreak | Represents the position delimited the end of a page when this document was last saved by an application which paginates its content. | |
Lighting | Represents a light rig associated with an object. The light rig comes into play when there is a 3D bevel applied to an object. | |
LineEnd | Represents decorations that can be added to the end of a line. | |
LineFormat | Represents an outline formatting that can be applied to an object. | |
LineFormatBase | Represents a base outline formatting that can be applied to an object. | |
LineFormatList | Represents a set of three or more line styles for use within a theme. | |
LineNumbering | Represents settings for line numbering to be displayed before each column of text in the section. | |
LinkedTextFrame | Represents a text frame that participates in a text frame story. | |
ListFormat | list formatting for a paragraph. | |
ListLevel | Represents a single list level, either the only level for a bulleted or numbered list or one of the nine levels of an outline numbered list. | |
ListLevelCollection | Represents a collection of list formatting for each level in a list. | |
ListTemplate | Represents a single list template that includes all formatting that defines a list. | |
ListTemplateCollection | Stores and manages formatting of bulleted and numbered lists used in a document. | |
Marker | Represents a marker pointing to a position in a document relative to a specific ContentObject.
The marker can point to a position at the start of an object (MarkerType.Start, at the end of an object (see MarkerType.End, or to a position occupied by a whole childless object (MarkerType.Whole. If the marker belongs to a PersistentRange, it can be used even if its ContentObject has been deleted. | |
MatchDetails | Represents the details of a match. | |
MathMLConverter | Used to convert GcWord content to MathML, or append MathML content to GcWord Office Math objects. When converting multiple objects, creating and reusing the same instance of this class improves performance. | |
MergeContentException | The exception that is thrown when content objects cannot be merged one into another. | |
MultiPagePrinting | Specifies how document is printed out. | |
NestedShapePropertyException | The exception that is thrown when there is an invalid attempt to set a property on a nested shape. | |
NotSupportedByWrapTypeException | Exception that is thrown if the current shape's WrapType does not support this property. | |
OMath | Represents an Office Math content object (OMath zone). | |
OMathAccent | Represents an accent Office Math structure, which consists of a base element and a combining diacritical mark. | |
OMathBar | Represents a bar Office Math structure, which consists of a base element and an overbar or underbar. | |
OMathBorderBox | Represents a border box Office Math structure, which consists of a border drawn around a base element. | |
OMathBox | Represents a box Office Math structure, which is used to group components of an equation or other instance of mathematical text. | |
OMathCollection | Represents a collection of OMath objects. | |
OMathDelimiter | Represents a delimiter Office Math structure, which consists of opening and closing delimiters characters, and one or more elements contained inside with a designated separator character between each element. | |
OMathElement | Represents an element inside an OMathStruct class instance. | |
OMathElementCollection | Represents a collection of OMathElement instances. | |
OMathEquationArray | Represents an equation array Office Math structure, which consists of one or more equations or expressions elements. | |
OMathFormat | Represents Office Math formatting for a run if its Run.IsOMathRun property is set to true. | |
OMathFraction | Represents a fraction Office Math structure, which consists of a numerator element and denominator element separated by a fraction bar. | |
OMathFunction | Represents a function Office Math structure, which consists of a function name element and an argument element acted upon. | |
OMathGroupCharacter | Represents a group character Office Math structure, which consists of a character drawn above or below base element. | |
OMathLimitLower | Represents a lower-limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately below it. | |
OMathLimitUpper | Represents an upper-limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately above it. | |
OMathMatrix | Represents a matrix Office Math structure, which consists of one or more elements laid out in one or more rows and one or more columns. | |
OMathMatrixColumn | Represents a column in a OMathMatrix structure. | |
OMathMatrixColumnCollection | Represents a collection of OMathMatrixColumn instances. | |
OMathMatrixRow | Represents a row in a OMathMatrix structure. | |
OMathMatrixRowCollection | Represents a collection of OMathMatrixRow instances. | |
OMathNary | Represents an n-ary Office Math structure, which consists of an n-ary operator character, a base element (or operand), and optional upper and lower limit elements. | |
OMathOptions | Specifies the various options of displaying an Office Math zone on the document level. | |
OMathParagraph | Represents an Office Math paragraph that contains Office Math zones in OMathMode.Display mode. | |
OMathParagraphCollection | Represents a collection of OMathParagraph instances. | |
OMathPhantom | Represents a phantom Office Math structure.
This structure has two primary uses: adding the spacing of the phantom base element without displaying that base; and suppressing part of the glyph for spacing considerations. | |
OMathPreSubSuperscript | Represents a pre-sub-superscript Office Math structure, which consists of a base element, a reduced-size script element placed below and to the left, and a reduced-size script element placed above and to the left. | |
OMathRadical | Represents a radical Office Math structure, which consists of a radical character, a base element, and an optional degree element. | |
OMathStruct | The abstract base class representing a math structure in an Office Math zone.
Derived classes include OMathAccent, OMathBar, OMathBorderBox, OMathBox, OMathDelimiter, OMathEquationArray, OMathFraction, OMathFunction, OMathGroupCharacter, OMathLimitLower, OMathLimitUpper, OMathMatrix, OMathNary, OMathPhantom, OMathPreSubSuperscript, OMathRadical, OMathSubscript, OMathSubSuperscript and OMathSuperscript. | |
OMathStructCollection | Represents a collection of OMathStruct instances. | |
OMathSubscript | Represents a subscript Office Math structure which consists of a base element and a reduced-size script element placed below and to the right. | |
OMathSubSuperscript | Represents a sub-superscript Office Math structure which consists of a base element, a reduced-size script element placed below and to the right, and a reduced-size script element placed above and to the right. | |
OMathSuperscript | Represents a superscript Office Math structure which consists of a base element and a reduced-size script element placed above and to the right. | |
OuterShadow | Represents an outer shadow effect that can be applied to an object. | |
PageBorderCollection | Represents the page borders for all pages in a section. | |
PageGrid | Represents the settings for a page grid, which enables precise layout of full-width East Asian language characters within a section by specifying the desired number of characters per line and lines per page for all East Asian text content in section. | |
PageMargin | Represents the page margins for all pages in a section. | |
PageNumbering | Represents page numbering settings for all page numbers that appear in the contents of a section. | |
PageSetup | Represents a page setup. This object exposes all page setup attributes (page margin, paper size, and so on) as properties. | |
PageSize | Represents page size and orientation for all pages in a section. | |
PaperSource | Represents a printer paper source. | |
Paragraph | Represents a paragraph element in a body content. | |
ParagraphBorderCollection | Specifies the borders for a paragraph. | |
ParagraphCollection | Represents a collection of Paragraph objects. | |
ParagraphFindReplaceExtensions | Contains FindReplace extension methods for RangeBase class. | |
ParagraphFormat | Represents all formatting for a paragraph. | |
ParagraphMark | Specifies the set of properties applied to the glyph used to represent the physical location of the paragraph mark for this paragraph. This paragraph mark, being a physical character in the document, can be formatted, and therefore shall be capable of representing this formatting like any other character in the document. | |
ParagraphRevisionId | Represents a unique identifier used to track paragraph editing sessions. | |
Password | Represents a password used to protect a document. | |
PatternFill | Represents a repeated pattern used to fill an object. | |
PersistentRange | Represents a contiguous area of content objects in a document. Unlike Range, PersistentRange is kept alive and can be used even if the content used to create this range has been deleted.
Important: to avoid performance degradation, you should dispose PersistentRange when it is no longer needed. | |
Picture | Represents a picture element in a body content. | |
PictureBullet | Represents the appearance and behavior of a specific picture to be used as the numbering symbol within a numbering level definition in a document. | |
PictureBulletCollection | Represents a collection of PictureBullet objects. | |
PictureCollection | Represents a collection of Picture objects. | |
Point3D | Represents a point in 3D space. | |
PreferredWidth | Represents a value and its unit of measurement that is used to specify the preferred width of a table or a cell. | |
PresetShadow | Represents a preset shadow effect that can be applied to an object. | |
PropertyNullOrWhiteSpaceException | The exception that is thrown when trying to set null or white spaces value to a property. | |
Range | Represents a contiguous area of content objects in a document.
See also PersistentRange. | |
RangeBase | Base class for Range and Body that allows manipulating content in a document. | |
RangeBaseFindReplaceExtensions | Provides find/replace extension methods for the RangeBase class. | |
RangeEditor | Represent individual EditableRange access holder. | |
Reflection | Represents reflection effect that can be applied to an object. | |
ReplacedArgs | Represents a text range that replaced a search text. | |
ReplacingArgs | Represents the details about a found text. | |
RevisionId | Represents a unique identifier used to track editing sessions. | |
Rotation | Represents a rotation in 3D space. A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. | |
Row | Represents a table row element in a body content. | |
RowCollection | Represents a collection of Row objects. | |
RowFormat | Represents formatting for a table row. | |
RowRevisionId | Represents a unique identifier used to track table row editing sessions. | |
Run | Represents a contiguous fragment of a body content with uniform formatting.
Use ContentObject.GetRange to access the range of objects inside a run. | |
RunCollection | Represents a collection of Run objects. | |
RunRevisionId | Represents a unique identifier used to track run editing sessions. | |
SaveOptions | Provides various options controlling how a document is saved. | |
Section | Represents a section element in a body content. | |
SectionBreak | Represents a section break in a body content. | |
SectionCollection | Represents a collection of Section objects. | |
SectionRevisionId | Represents a unique identifier used to track section editing sessions. | |
SeparatorMark | Represents a separator mark within the current run.
A separator mark is a horizontal line that spans part of the width text extents. The separator mark is typically used within the context of separator footnotes or endnotes. These footnote and endnote types define the footnote/endnote used to separate the contents of the main document story from the contents of footnotes or endnotes on that page. | |
Settings | Represents options that control protection, view, compatibility and other settings. | |
Shading | Contains shading attributes for an object. | |
ShadowBase | The abstract base class that represents a shadow effect that can be applied to an object. | |
Shape | Represents a shape element in a body content. | |
ShapeBase | Base class for all types of shapes, including Shape and Picture. It also represents currently unsupported shape types such as charts, groups, canvas etc.
Derived classes include Shape, Picture, GroupShape, CanvasShape, InkShape. | |
ShapeCollection | Represents a collection of Shape objects. | |
ShapeEffectAbsentColorException | The exception that is thrown when trying to use a fill type that cannot be used in the current context. | |
ShapeEffects | Represents a shape effects formatting that can be applied to an object. | |
ShapeEffectsList | Represents a set of three or more shape effects styles for use within a theme. | |
ShapeHeight | Represents the height of a shape. | |
ShapeHorizontalPosition | Represents the horizontal position of a floating shape within a document. | |
ShapePosition | Represents the properties used to position a shape in a document. | |
ShapeRotation | Represents the rotation properties of a shape. | |
ShapeSize | Represents the size of a shape. | |
ShapeStyle | Represents the style information for a shape.
Used to define a shape's appearance in terms of the preset styles defined by the Theme.FormatScheme. | |
ShapeStyleNotSupportedException | The exception that is thrown if a shape cannot be styled. | |
ShapeVerticalPosition | Represents the vertical position of a floating shape within a document. | |
ShapeWidth | Represents the width of a shape. | |
SimpleField | Represents a simple field element in a body content. | |
SimpleFieldCollection | Represents a collection of SimpleField objects. | |
SoftEdge | Represents glow effect. The edges of the shape are blurred, while the fill is not affected. | |
SolidColor | Represents a solid color formatting. | |
Spacing | Specifies the set of indentation properties applied to the current paragraph. | |
Style | Represents a built-in or user-defined style. | |
StyleCollection | Represents a collection of built-in and user-defined styles in a document. | |
StyleEffects | Represents a reference to a shape effects style in a FormatScheme.Effects list. | |
StyleFill | Represents a reference to a fill style within FormatScheme.Fills or FormatScheme.BackgroundFills. | |
StyleLine | Represents a reference to a line style within FormatScheme.Lines. | |
Symbol | Represents a symbol element in a body content. | |
Tab | Represents an absolute position tab element in a body content. | |
Table | Represents a table element in a body content. | |
TableBorderCollection | Represents the set of borders for the edges of the table. | |
TableCollection | Represents a collection of Table objects. | |
TableFormat | Represents formatting of a table. | |
TableFormatBase | Represents base formatting for a table. | |
TableHorizontalPosition | Represents the horizontal positioning of a floating table within a document. | |
TablePosition | Represents information about the current table with regard to floating tables. Floating tables are tables in a document which are not part of the main text flow in the document, and are instead absolutely positioned with a specific size and position relative to non-frame content in the current document. | |
TableStyle | Represents a style that can be applied to a table. | |
TableStyleBase | Represents base properties that can be applied to a table. | |
TableVerticalPosition | Specifies the vertical positioning of a floating table within a document. | |
TabStop | Represents a single custom tab stop. | |
TabStopCollection | Represents a collection of TabStop objects that define custom tabs for a paragraph or a style. | |
Text | Represents a text element in a body content.
A Text belongs to a single Run, which determines its formatting. Derived classes include FieldCode, Break, Symbol, Tab and LastRenderedPageBreak. | |
TextCollection | Represents a collection of Text objects. | |
TextColumn | Represents a single text column. | |
TextColumnCollection | Represents a collection of TextColumn objects that represent all columns of text in a section. | |
TextEffects | Represents a text effects formatting that can be applied to an object. | |
TextFrame | Represents the text content of a Shape and associates that textual information, referred to as a text frame story, with a story identifier. | |
TextFrameCollection | Represents a collection of TextFrame objects. | |
TextFrameFormat | Represents the format of a text frame. | |
Theme | Holds all formatting options available to a document through a theme and defines the overall look and feel of the document when themed objects are used within the document. | |
ThemeColor | Represents a color in the color scheme of a theme. | |
ThemeFont | Represents a font that is to be used for a specific language or locale. | |
ThemeFontCollection | Represents a set of fonts that are to be used for different languages or locales. | |
ThreeDFormat | Represents a 3D format effect that can be applied to an object. | |
ThreeDScene | Represents a 3D scene effect that can be applied to an object. | |
TileFill | Represents the picture tile fill.
Defines a "tile" rectangle within the bounding box. The picture is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area. | |
UnknownContent | Represents content of a type that is not supported by GcWord. Such objects are handled as black boxes by GcWord, they are preserved in the document, but cannot be modified. | |
UnknownContentCollection | Represents a collection of UnknownContent items. | |
UnsupportedMethodException | The exception that is thrown when the method is not supported for the specified object. | |
UserEditor | Specifies a single user for which this range permission shall be enabled (i.e. a user which shall be able to edit this range when document protection is enabled). This editor can be stored in one of the following forms: DOMAIN\username - for users whose access shall be authenticated using the current user's domain credentials user@domain.com - for users whose access shall be authenticated using the user's e-mail address as credentials user - for users whose access shall be authenticated using the current user's machine credentials | |
Variable | Represents a variable stored as part of a document. Document variables are used to preserve macro settings in between macro sessions. | |
VariableCollection | A collection of Variable objects that represent the variables added to a document or template. Document variables are used to preserve macro settings in between macro sessions. | |
Vector3D | Represents a vector in 3D space. | |
ViewOptions | Provides various options that control how a document is shown in application. | |
WeakStyleCopier | Styles copier. Implements weak strategy when style will be reused if it has same type/similar name. No equality or parent chain will be checked. | |
WordColor | Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill. You can set colors to an explicit red-green-blue value by using the RGB property. | |
WrapFormat | Represents the properties for wrapping text around a shape or shape range. | |
XmlMapping | Specifies the information which shall be used to establish a mapping between a content control and an XML node stored within a Custom XML Data part in the document. |