The com.aspose.words package provides classes for generating, converting and modifying Microsoft Word documents without utilizing Microsoft Word.
Aspose.Words is written completely in Java. Microsoft Word is not required in order to use Aspose.Words.
The classes in the com.aspose.words package borrow best practices from two well-known frameworks: Microsoft Word Automation and System.Xml. A document in Aspose.Words is represented by a tree of nodes, much like in XML DOM. Where possible, class, method and property names match those found in Microsoft Word Automation.
The main classes in this namespace are:
The com.aspose.words package also contains classes that form the reporting engine of Aspose.Words. The reporting engine allows to quickly and easily populate documents designed in Microsoft Word with data from various data sources such as java.sql.ResultSet, array of ResultSets, com.aspose.words.DataSet or an array of values.
The MailMerge object which provides access to the reporting functionality is available via the Document.MailMerge property.
Class Summary | |
---|---|
AbsolutePositionTab | An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content. |
AsposeWordsPrintDocument |
Provides a default implementation for printing of a |
Body | Represents a container for the main text of a section. |
Bookmark | Represents a single bookmark. |
BookmarkCollection |
A collection of |
BookmarkEnd | Represents an end of a bookmark in a Word document. |
BookmarksOutlineLevelCollection | A collection of individual bookmarks outline level. |
BookmarkStart | Represents a start of a bookmark in a Word document. |
Border | Represents a border of an object. |
BorderCollection | A collection of Border objects. |
BuildingBlock | Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry. |
BuildingBlockCollection |
A collection of |
BuildVersionInfo | Provides information about the current product name and version. |
BuiltInDocumentProperties | A collection of built-in document properties. |
Cell | Represents a table cell. |
CellCollection |
Provides typed access to a collection of |
CellFormat | Represents all formatting for a table cell. |
Comment | Represents a container for text of a comment. |
CommentRangeEnd | Denotes the end of a region of text that has a comment associated with it. |
CommentRangeStart | Denotes the start of a region of text that has a comment associated with it. |
CompatibilityOptions | Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). |
CompositeNode | Base class for nodes that can contain other nodes. |
ConvertUtil | Provides helper functions to convert between various measurement units. |
CssSavingArgs |
Provides data for the |
CustomDocumentProperties | A collection of custom document properties. |
CustomPart | Represents a custom (arbitrary content) part, that is not defined by the ISO/IEC 29500 standard. |
CustomPartCollection |
Represents a collection of |
CustomXmlMarkup | This element specifies the presence of Custom XML markup around inline structures (runs, images, fields, etc.), paragraphs, tables, rows and cells. |
CustomXmlPart | Represents a Custom XML Data Storage Part (custom XML data within a package). |
CustomXmlPartCollection |
Represents a collection of Custom XML Parts. The items are |
CustomXmlProperty | Represents a single custom XML attribute or a smart tag property. |
CustomXmlPropertyCollection | Represents a collection of custom XML attributes or smart tag properties. |
CustomXmlSchemaCollection | A collection of strings that represent XML schemas that are associated with a custom XML part. |
DataRelation | Represents a parent-child relationship between two data tables in a data set. |
DataRelationCollection |
A collection of |
DataSet | This class is a container for a set of data tables and relations between them. You normally use this class as a data source for a mail merge with nested regions. |
DataTable | Wraps a ResultSet object and associates it with a table name and a data set object if this table belongs to a data set. You normally use this class as a data source for a specific mail merge region. |
DataTableCollection |
A collection of |
DigitalSignature | Represents a digital signature on a document and the result of its verification. |
DigitalSignatureCollection | Provides a read-only collection of digital signatures attached to a document. |
DigitalSignatureUtil | Provides methods for signing document. |
DocSaveOptions |
Can be used to specify additional options when saving a document into the |
Document | Represents a Word document. |
DocumentBase | Provides the abstract base class for a main document and a glossary document of a Word document. |
DocumentBuilder | Provides methods to insert text, images and other content, specify font, paragraph and section formatting. |
DocumentPartSavingArgs |
Provides data for the |
DocumentProperty | Represents a custom or built-in document property. |
DocumentPropertyCollection |
Base class for |
DocumentVisitor | Base class for custom document visitors. |
DrawingML | Represents a DrawingML shape, picture, chart or diagram in a document. |
DrawingMLImageData | Defines an image for a DrawingML picture. |
DropDownItemCollection | A collection of strings that represent all the items in a drop-down form field. |
EditableRange | Represents a single editable range. |
EditableRangeEnd | Represents an end of an editable range in a Word document. |
EditableRangeStart | Represents a start of an editable range in a Word document. |
Field | Represents a Microsoft Word document field. |
FieldChar | Base class for nodes that represent field characters in a document. |
FieldCollection |
A collection of |
FieldEnd | Represents an end of a Word field in a document. |
FieldMergingArgs | Provides data for the MergeField event. |
FieldMergingArgsBase |
Base class for |
FieldOptions | Represents options to control field handling in a document. |
FieldSeparator | Represents a Word field separator that separates the field code from the field result. |
FieldStart | Represents a start of a Word field in a document. |
FileFontSource | Represents the single TrueType font file stored in the file system. |
FileFormatInfo |
Contains data returned by |
FileFormatUtil | Provides utility methods for working with file formats, such as detecting file format or converting file extensions to/from file format enums. |
Fill | Defines a fill for a shape. |
FolderFontSource | Represents the folder that contains TrueType font files. |
Font | Contains font attributes (font name, font size, color, and so on) for an object. |
FontInfo | Specifies information about a font used in the document. |
FontInfoCollection | Represents a collection of fonts used in a document. |
FontSavingArgs |
Provides data for the |
FontSettings | This class provides static methods that allow to specify the location of TrueType fonts that Aspose.Words will use when rendering documents to PDF, XPS, printing, imaging or embedding fonts into EPUB and other document formats that support embedded fonts. |
FontSourceBase | This is an abstract base class for the classes that allow the user to specify various font sources. |
Footnote | Represents a container for text of a footnote or endnote. |
FootnoteOptions | Represents the footnote or endnote numbering options for a document or section. |
FormField | Represents a single form field. |
FormFieldCollection | A collection of FormField objects that represent all the form fields in a range. |
GlossaryDocument | Represents the root element for a glossary document within a Word document. A glossary document is a storage for AutoText, AutoCorrect entries and Building Blocks. |
GroupShape | Represents a group of shapes in a document. |
HeaderFooter | Represents a container for the header or footer text of a section. |
HeaderFooterCollection |
Provides typed access to |
HtmlFixedSaveOptions |
Can be used to specify additional options when saving a document into the |
HtmlSaveOptions |
Can be used to specify additional options when saving a document into the |
ImageData | Defines an image for a VML-based shape. |
ImageFieldMergingArgs |
Provides data for the |
ImageSaveOptions | Allows to specify additional options when rendering document pages or shapes to images. |
ImageSavingArgs |
Provides data for the |
ImageSize | Contains information about image size and resolution. |
Inline | Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own. |
InlineStory | Base class for inline-level nodes that can contain paragraphs and tables. |
LayoutCollector | This class collects mapping of document nodes to layout objects and computes page numbers of nodes. When you create a You will be able to find out on which page a particular document node (e.g. run, paragraph or table cell) is located
by using the When you no longer need to collect layout information, it is best to set the |
LayoutEnumerator |
Enumerates page layout entities of a document.
You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered,
as well as overall structure and relationships. Use |
License | Provides methods to license the component. |
List | Represents formatting of a list. |
ListCollection | Stores and manages formatting of bulleted and numbered lists used in a document. |
ListFormat | Allows to control what list formatting is applied to a paragraph. |
ListLabel | Defines properties specific to a list label. |
ListLevel | Defines formatting for a list level. |
ListLevelCollection | A collection of list formatting for each level in a list. |
LoadOptions |
Allows to specify additional options (such as password or base URI) when loading a document into a |
MailMerge | Represents the mail merge functionality. |
MailMergeSettings | Specifies all of the mail merge information for a document. |
MappedDataFieldCollection | Allows to automatically map between names of fields in your data source and names of mail merge fields in the document. |
MemoryFontSource | Represents the single TrueType font file stored in memory. |
MergeFieldImageDimension | Represents an image dimension (i.e. the width or the height) used across a mail merge process. |
MetafileRenderingOptions | Allows to specify additional metafile rendering options. |
Node | Base class for all nodes of a Word document. |
NodeChangingArgs |
Provides data for methods of the |
NodeCollection | Represents a collection of nodes of a specific type. |
NodeImporter | Allows to efficiently perform repeated import of nodes from one document to another. |
NodeList |
Represents a collection of nodes matching an XPath query executed using the |
Odso | Specifies the Office Data Source Object (ODSO) settings for a mail merge data source. |
OdsoFieldMapData | Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document. |
OdsoFieldMapDataCollection |
A typed collection of the |
OdsoRecipientData | Represents information about a single record within an external data source that is to be excluded from the mail merge. |
OdsoRecipientDataCollection |
A typed collection of |
OdtSaveOptions |
Can be used to specify additional options when saving a document into the |
OfficeMath |
Represents an Office Math object such as function, equation, matrix or alike. Can contain child elements
including runs of mathematical text, bookmarks, comments, other |
OleFormat | Provides access to the data of an OLE object or ActiveX control. |
OoxmlSaveOptions |
Can be used to specify additional options when saving a document into the |
OutlineOptions | Allows to specify outline options. |
PageInfo | Represents information about a particular document page. |
PageSetup | Represents the page setup properties of a section. |
Paragraph | Represents a paragraph of text. |
ParagraphCollection |
Provides typed access to a collection of |
ParagraphFormat | Represents all the formatting for a paragraph. |
PdfDigitalSignatureDetails | Contains details for signing a PDF document with a digital signature. |
PdfEncryptionDetails | Contains details for encrypting and access permissions for a PDF document. |
PdfSaveOptions |
Can be used to specify additional options when saving a document into the |
PreferredWidth | Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell. |
PsSaveOptions |
Can be used to specify additional options when saving a document into the |
Range | Represents a contiguous area in a document. |
ReplacingArgs | Provides data for a custom replace operation. |
ResourceLoadingArgs |
Provides data for the |
ResourceSavingArgs |
Provides data for the |
Revision |
Represents a revision (tracked change) in a document node or style.
Use |
RevisionCollection |
A collection of |
Row | Represents a table row. |
RowCollection |
Provides typed access to a collection of |
RowFormat | Represents all formatting for a table row. |
RtfSaveOptions |
Can be used to specify additional options when saving a document into the |
Run | Represents a run of characters with the same font formatting. |
RunCollection |
Provides typed access to a collection of |
SaveOptions | This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format. |
SaveOutputParameters | This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation. The caller can use or ignore this object. |
SdtListItem |
This element specifies a single list item within a parent |
SdtListItemCollection |
Provides access to |
Section | Represents a single section in a document. |
SectionCollection | A collection of Section objects in the document. |
Shading | Contains shading attributes for an object. |
Shape | Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture. |
ShapeBase | Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture. |
ShapeRenderer |
Provides methods to render an individual |
SmartTag | This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph. |
SpecialChar | Base class for special characters in the document. |
Story |
Base class for elements that contain block-level nodes |
Stroke | Defines a stroke for a shape. |
StructuredDocumentTag | Represents a structured document tag (SDT or content control) in a document. |
Style | Represents a single built-in or user-defined style. |
StyleCollection | A collection of Style objects that represent both the built-in and user-defined styles in a document. |
SubDocument | Represents a SubDocument - which is a reference to an externally stored document. |
SvgSaveOptions |
Can be used to specify additional options when saving a document into the |
SwfSaveOptions |
Can be used to specify additional options when saving a document into the |
SwfToolTips | Allows to specify tooltips displayed in the Aspose.Words SWF Document Viewer. |
SystemFontSource | Represents all TrueType fonts installed to the system. |
Table | Represents a table in a Word document. |
TableCollection |
Provides typed access to a collection of |
TableStyle | Represents a table style. |
TabStop |
Represents a single custom tab stop. The TabStop object is a member of the
|
TabStopCollection |
A collection of |
TextBox | Defines attributes that specify how a text is displayed inside a shape. |
TextColumn |
Represents a single text column. TextColumn is a member of the |
TextColumnCollection |
A collection of |
TextPath | Defines the text and formatting of the text path (of a WordArt object). |
ThumbnailGeneratingOptions |
Can be used to specify additional options when generating thumbnail for a document.
|
TxtSaveOptions |
Can be used to specify additional options when saving a document into the |
VariableCollection | A collection of document variables. |
ViewOptions | Provides various options that control how a document is shown in Microsoft Word. |
WarningInfo | Contains information about a warning that Aspose.Words issued during document loading or saving. |
WarningInfoCollection |
Represents a typed collection of |
WordML2003SaveOptions |
Can be used to specify additional options when saving a document into the |
WriteProtection | Specifies write protection settings for a document. |
XamlFixedSaveOptions |
Can be used to specify additional options when saving a document into the |
XamlFlowSaveOptions |
Can be used to specify additional options when saving a document into the
|
XpsSaveOptions |
Can be used to specify additional options when saving a document into the |
Interface Summary | |
---|---|
ICssSavingCallback | Implement this interface if you want to control how Aspose.Words saves CSS (Cascading Style Sheet) when saving a document to HTML. |
IDocumentPartSavingCallback |
Implement this interface if you want to receive notifications and control how
Aspose.Words saves document parts when exporting a document to |
IFieldMergingCallback | Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation. |
IFieldUserPromptRespondent | Represents the respondent to user prompts during field update. |
IFontSavingCallback | Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format. |
IImageData | Provides a common interface for manipulating images stored in VML-based and DrawingML-based shapes in a document. |
IImageSavingCallback | Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML. May be used by other formats. |
IMailMergeDataSource | Implement this interface to allow mail merge from a custom data source, such as a list of objects. Master-detail data is also supported. |
IMailMergeDataSourceRoot | Implement this interface to allow mail merge from a custom data source with master-detail data. |
INodeChangingCallback | Implement this interface if you want to receive notifications when nodes are inserted or removed in the document. |
IReplacingCallback | Implement this interface if you want to have your own custom method called during a find and replace operation. |
IResourceLoadingCallback | Implement this interface if you want to control how Aspose.Words loads external resource when importing a document from HTML or MHTML. |
IResourceSavingCallback | Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed page HTML or SVG. |
IWarningCallback | Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving. |
Exception Summary | |
---|---|
FileCorruptedException | Thrown during document load, when the document appears to be corrupted and impossible to load. |
IncorrectPasswordException | Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing. |
UnsupportedFileFormatException | Thrown during document load, when the document format is not recognized or not supported by Aspose.Words. |
Constant Summary | |
---|---|
ArrowLength | Utility class containing constants. Length of the arrow at the end of a line. |
ArrowType | Utility class containing constants. Specifies the type of an arrow at a line end. |
ArrowWidth | Utility class containing constants. Width of the arrow at the end of a line. |
AutoFitBehavior | Utility class containing constants.
Determines how Aspose.Words resizes the table when you invoke the |
BorderType | Utility class containing constants. Specifies sides of a border. |
BreakType | Utility class containing constants. Specifies type of a break inside a document. |
BuildingBlockBehavior | Utility class containing constants. Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document. |
BuildingBlockGallery | Utility class containing constants. Specifies the predefined gallery into which a building block is classified. |
BuildingBlockType | Utility class containing constants. Specifies a building block type. The type might affect the visibility and behavior of the building block in Microsoft Word. |
CellMerge | Utility class containing constants. Specifies how a cell in a table is merged with other cells. |
CellVerticalAlignment | Utility class containing constants. Specifies vertical justification of text inside a table cell. |
ContentDisposition | Utility class containing constants. Enumerates different ways of presenting the document at the client browser. |
ControlChar | Utility class containing constants. Control characters often encountered in documents. |
CssStyleSheetType | Utility class containing constants. Specifies how CSS (Cascading Style Sheet) styles are exported to HTML. |
DashStyle | Utility class containing constants. Dashed line style. |
DigitalSignatureType | Utility class containing constants. Specifies the type of a digital signature. |
DocumentSecurity | Utility class containing constants.
Used as a value for the |
DocumentSplitCriteria | Utility class containing constants.
Specifies how the document is split into parts when saving to |
DropCapPosition | Utility class containing constants. Specifies the position for a drop cap text. |
EditorType | Utility class containing constants. Specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document. |
EmbeddedFontFormat | Utility class containing constants. Specifies format of particular embedded font inside When saving a document to a file, only embedded fonts of corresponding format are written down. |
EmbeddedFontStyle | Utility class containing constants.
Specifies the style of an embedded font inside a |
EmfPlusDualRenderingMode | Utility class containing constants. Specifies how Aspose.Words should render EMF+ Dual metafiles. |
EndCap | Utility class containing constants. Specifies line cap style. |
ExportFontFormat | Utility class containing constants. Indicates the format that is used to export fonts while rendering to HTML fixed format. |
ExportHeadersFootersMode | Utility class containing constants. Specifies how headers and footers are exported to HTML, MHTML or EPUB. |
ExportListLabels | Utility class containing constants. Specifies how list labels are exported to HTML, MHTML and EPUB. |
FieldType | Utility class containing constants. Enumeration that identifies all different types of Word fields. |
FieldUpdateCultureSource | Utility class containing constants. Indicates what culture to use during field update. |
FlipOrientation | Utility class containing constants. Possible values for the orientation of a shape. |
FontFamily | Utility class containing constants. Represents the font family. |
FontPitch | Utility class containing constants. Represents the font pitch. |
FontSourceType | Utility class containing constants. Specifies the type of a font source. |
FootnoteLocation | Utility class containing constants. Defines the footnote or endnote position. |
FootnoteNumberingRule | Utility class containing constants. Determines when automatic footnote or endnote numbering restarts. |
FootnoteType | Utility class containing constants. Specifies whether this is a footnote or an endnote. |
HeaderFooterType | Utility class containing constants. Identifies the type of header or footer found in a Word file. |
HeightRule | Utility class containing constants. Specifies the rule for determining the height of an object. |
HorizontalAlignment | Utility class containing constants. Specifies horizontal alignment of a floating shape, text frame or floating table. |
HtmlElementSizeOutputMode | Utility class containing constants. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB. |
ImageBinarizationMethod | Utility class containing constants. Specifies the method used to binarize image. |
ImageColorMode | Utility class containing constants. Specifies the color mode for the generated images of document pages. |
ImagePixelFormat | Utility class containing constants. Specifies the pixel format for the generated images of document pages. |
ImageType | Utility class containing constants. Specifies the type (format) of an image in a Microsoft Word document. |
ImportFormatMode | Utility class containing constants. Specifies how formatting is merged when importing content from another document. |
JoinStyle | Utility class containing constants. Line join style. |
LayoutEntityType | Utility class containing constants. Types of the layout entities. |
LayoutFlow | Utility class containing constants. Determines the flow of the text layout in a textbox. |
LineNumberRestartMode | Utility class containing constants. Determines when automatic line numbering restarts. |
LineSpacingRule | Utility class containing constants. Specifies line spacing values for a paragraph. |
LineStyle | Utility class containing constants.
Specifies line style of a |
ListLevelAlignment | Utility class containing constants. Specifies alignment for the list number or bullet. |
ListTemplate | Utility class containing constants. Specifies one of the predefined list formats available in Microsoft Word. |
ListTrailingCharacter | Utility class containing constants. Specifies the character that separates the list label from the text of the paragraph. |
LoadFormat | Utility class containing constants. Indicates the format of the document that is to be loaded. |
MailMergeCheckErrors | Utility class containing constants. Specifies how Microsoft Word will report errors detected during mail merge. |
MailMergeCleanupOptions | Utility class containing constants. Specifies options that determine what items are removed during mail merge. |
MailMergeDataType | Utility class containing constants. Specifies the type of an external mail merge data source. |
MailMergeDestination | Utility class containing constants. Specifies the possible results which may be generated when a mail merge is carried out on a document. |
MailMergeMainDocumentType | Utility class containing constants. Specifies the possible types for a mail merge source document. |
MailMergeRtlCleanupMode | Utility class containing constants. Specifies how to handle Right-To-Left attributes of mail merge result text runs. |
MarkupLevel | Utility class containing constants.
Specifies the level in the document tree where a particular |
MergeFieldImageDimensionUnit | Utility class containing constants. Specifies an unit of an image dimension (i.e. the width or the height) used across a mail merge process. |
MultiplePagesType | Utility class containing constants. Specifies how document is printed out. |
NodeChangingAction | Utility class containing constants. Specifies the type of node change. |
NodeType | Utility class containing constants. Specifies the type of a Word document node. |
NumberStyle | Utility class containing constants. Specifies the number style for a list, footnotes and endnotes, page numbers. |
NumeralFormat | Utility class containing constants. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats. |
OdsoDataSourceType | Utility class containing constants. Specifies the type of the external data source to be connected to as part of the ODSO connection information. |
OdsoFieldMappingType | Utility class containing constants. Specifies the possible types used to indicate if a given mail merge field has been mapped to a column in the given external data source. |
OoxmlCompliance | Utility class containing constants. Allows to specify which OOXML specification will be used when saving in the DOCX format. |
Orientation | Utility class containing constants. Specifies page orientation. |
OutlineLevel | Utility class containing constants. Specifies the outline level of a paragraph in the document. |
PageBorderAppliesTo | Utility class containing constants. Specifies which pages the page border is printed on. |
PageBorderDistanceFrom | Utility class containing constants. Specifies the positioning of the page border relative to the page margin. |
PageVerticalAlignment | Utility class containing constants. Specifies vertical justification of text on each page. |
PaperSize | Utility class containing constants. Specifies paper size. |
ParagraphAlignment | Utility class containing constants. Specifies text alignment in a paragraph. |
PdfCompliance | Utility class containing constants. Specifies the PDF standards compliance level. |
PdfDigitalSignatureHashAlgorithm | Utility class containing constants. Specifies a digital hash algorithm used by a digital signature. |
PdfEncryptionAlgorithm | Utility class containing constants. Specifies the encryption algorithm to use for encrypting a PDF document. |
PdfFontEmbeddingMode | Utility class containing constants. Specifies how Aspose.Words should embed fonts. |
PdfImageCompression | Utility class containing constants. Specifies the type of compression applied to images in the PDF file. |
PdfPageMode | Utility class containing constants. Specifies how the PDF document should be displayed when opened in the PDF reader. |
PdfPermissions | Utility class containing constants. Specifies the operations that are allowed to a user on an encrypted PDF document. |
PdfTextCompression | Utility class containing constants. Specifies a type of compression applied to all content in the PDF file except images. |
PdfZoomBehavior | Utility class containing constants. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer. |
PreferredWidthType | Utility class containing constants. Specifies the unit of measurement for the preferred width of a table or cell. |
PropertyType | Utility class containing constants. Specifies data type of a document property. |
ProtectionType | Utility class containing constants. Protection type for a document. |
RelativeHorizontalPosition | Utility class containing constants. Specifies to what the horizontal position of a shape or text frame is relative. |
RelativeVerticalPosition | Utility class containing constants. Specifies to what the vertical position of a shape or text frame is relative. |
ReplaceAction | Utility class containing constants. Allows the user to specify what happens to the current match during a replace operation. |
ResourceLoadingAction | Utility class containing constants. Specifies the mode of resource loading. |
ResourceType | Utility class containing constants. Type of loaded resource. |
RevisionType | Utility class containing constants.
Specifies the type of change being tracked in |
RowAlignment | Utility class containing constants. Specifies alignment for a table row. |
SaveFormat | Utility class containing constants. Indicates the format in which the document is saved. |
SdtCalendarType | Utility class containing constants.
Specifies the possible types of calendars which can be used to specify |
SdtDateStorageFormat | Utility class containing constants. Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the document's data store. |
SdtType | Utility class containing constants. Specifies the type of a structured document tag (SDT) node. |
SectionStart | Utility class containing constants. The type of break at the beginning of the section. |
ShapeLineStyle | Utility class containing constants.
Specifies the compound line style of a |
ShapeType | Utility class containing constants. Specifies the type of shape in a Microsoft Word document. |
StoryType | Utility class containing constants. Text of a Word document is stored in stories. StoryType identifies a story. |
StyleIdentifier | Utility class containing constants. Locale independent style identifier. |
StyleType | Utility class containing constants. Represents type of the style. |
SvgTextOutputMode | Utility class containing constants. |
SwfLeftPaneControlFlags | Utility class containing constants. Specifies what buttons are displayed on the left panel of SWF viewer. |
SwfTopPaneControlFlags | Utility class containing constants. Specifies what buttons are displayed on the top panel of SWF viewer. |
SwfViewerControlIdentifier | Utility class containing constants. Identifies each control in the Aspose.Words SWF Document Viewer. |
TabAlignment | Utility class containing constants. Specifies the alignment/type of a tab stop. |
TabLeader | Utility class containing constants. Specifies the type of the leader line displayed under the tab character. |
TableAlignment | Utility class containing constants. Specifies alignment for an inline table. |
TableStyleOptions | Utility class containing constants. Specifies how table style is applied to a table. |
TextBoxWrapMode | Utility class containing constants. Specifies how text wraps inside a shape. |
TextEffect | Utility class containing constants. Animation effect for text runs. |
TextFormFieldType | Utility class containing constants. Specifies the type of a text form field. |
TextOrientation | Utility class containing constants. Specifies orientation of text in a table cell or a text frame. |
TextPathAlignment | Utility class containing constants. WordArt alignment. |
TextureIndex | Utility class containing constants. Specifies shading texture. |
TextWrapping | Utility class containing constants. Specifies how text is wrapped around the table. |
TiffCompression | Utility class containing constants. Specifies what type of compression to apply when saving page images into a TIFF file. |
Underline | Utility class containing constants. Indicates type of the underline applied to a font. |
VerticalAlignment | Utility class containing constants. Specifies vertical alignment of a floating shape, text frame or a floating table. |
ViewType | Utility class containing constants. Possible values for the view mode in Microsoft Word. |
VisitorAction | Utility class containing constants. Allows the visitor to control the enumeration of nodes. |
WarningSource | Utility class containing constants. Specifies the module that produces a warning during document loading or saving. |
WarningType | Utility class containing constants. Specifies the type of a warning that is issued by Aspose.Words during document loading or saving. |
WrapSide | Utility class containing constants. Specifies what side(s) of the shape or picture the text wraps around. |
WrapType | Utility class containing constants. Specifies how text is wrapped around a shape or picture. |
ZoomType | Utility class containing constants. Possible values for how large or small the document appears on the screen in Microsoft Word. |
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.