Package com.aspose.words

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.net.System.Data.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
BarcodeParameters Container class for barcode parameters to pass-through to BarcodeGenerator.
BookmarksOutlineLevelCollection A collection of individual bookmarks outline level.
BuiltInDocumentProperties A collection of built-in document properties.
Cell Represents a table cell.
CellCollection Provides typed access to a collection of Cell nodes.
CellFormat Represents all formatting for a table cell.
CompatibilityOptions Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word).
CssSavingArgs Provides data for the ICssSavingCallback.cssSaving(com.aspose.words.CssSavingArgs) event.
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 CustomPart objects.
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 CustomXmlPart objects.
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.
DocSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Doc or #Error Cref: F:Aspose.Words.SaveFormat.Dot format.
DocumentPartSavingArgs Provides data for the IDocumentPartSavingCallback.documentPartSaving(com.aspose.words.DocumentPartSavingArgs) callback.
DocumentProperty Represents a custom or built-in document property.
DocumentPropertyCollection Base class for BuiltInDocumentProperties and CustomDocumentProperties collections.
DownsampleOptions Allows to specify downsample options.
DropDownItemCollection A collection of strings that represent all the items in a drop-down form field.
Field Represents a Microsoft Word document field.
FieldAddIn Implements the ADDIN field.
FieldAddressBlock Implements the ADDRESSBLOCK field.
FieldAdvance Implements the ADVANCE field.
FieldArgumentBuilder Builds a complex field argument consisting of fields, nodes, and plain text.
FieldAsk Implements the ASK field.
FieldAuthor Implements the AUTHOR field.
FieldAutoNum Implements the AUTONUM field.
FieldAutoNumLgl Implements the AUTONUMLGL field.
FieldAutoNumOut Implements the AUTONUMOUT field.
FieldAutoText Implements the AUTOTEXT field.
FieldAutoTextList Implements the AUTOTEXTLIST field.
FieldBarcode Implements the BARCODE field.
FieldBibliography Implements the BIBLIOGRAPHY field.
FieldBidiOutline Implements the BIDIOUTLINE field.
FieldBuilder Builds a field from field code tokens (arguments and switches).
FieldChar Base class for nodes that represent field characters in a document.
FieldCitation Implements the CITATION field.
FieldCollection A collection of Field objects that represents the fields in the specified range.
FieldComments Implements the COMMENTS field.
FieldCompare Implements the COMPARE field.
FieldCreateDate Implements the CREATEDATE field.
FieldData Implements the DATA field.
FieldDatabase Implements the DATABASE field.
FieldDate Implements the DATE field.
FieldDde Implements the DDE field.
FieldDdeAuto Implements the DDEAUTO field.
FieldDisplayBarcode Implements the DISPLAYBARCODE field.
FieldDocProperty Implements the DOCPROPERTY field.
FieldDocVariable Implements DOCVARIABLE field.
FieldEditTime Implements the EDITTIME field.
FieldEmbed Implements the EMBED field.
FieldEnd Represents an end of a Word field in a document.
FieldEQ Implements the EQ field.
FieldFileName Implements the FILENAME field.
FieldFileSize Implements the FILESIZE field.
FieldFillIn Implements the FILLIN field.
FieldFootnoteRef Implements the FOOTNOTEREF field.
FieldFormat Provides typed access to field's numeric, date and time, and general formatting.
FieldFormCheckBox Implements the FORMCHECKBOX field.
FieldFormDropDown Implements the FORMDROPDOWN field.
FieldFormText Implements the FORMTEXT field.
FieldFormula Implements the = (formula) field.
FieldGlossary Implements the GLOSSARY field.
FieldGoToButton Implements the GOTOBUTTON field. Inserts a jump command, such that when it is activated, the insertion point of the document is moved to the specified location.
FieldGreetingLine Implements the GREETINGLINE field.
FieldHyperlink Implements the HYPERLINK field
FieldIf Implements the IF field.
FieldImport Implements the IMPORT field.
FieldInclude Implements the INCLUDE field.
FieldIncludePicture Implements the INCLUDEPICTURE field.
FieldIncludeText Implements the INCLUDETEXT field.
FieldIndex Implements the INDEX field.
FieldInfo Implements the INFO field.
FieldKeywords Implements the KEYWORDS field.
FieldLastSavedBy Implements the LASTSAVEDBY field.
FieldLink Implements the LINK field.
FieldListNum Implements the LISTNUM field.
FieldMacroButton Implements the MACROBUTTON field.

Allows a macro or command to be run.

In Aspose.Words this field can also act as a merge field.

FieldMergeBarcode Implements the MERGEBARCODE field.
FieldMergeField Implements the MERGEFIELD field.
FieldMergeRec Implements the MERGEREC field.
FieldMergeSeq Implements the MERGESEQ field.
FieldNext Implements the NEXT field.
FieldNextIf Implements the NEXTIF field.
FieldNoteRef Implements the NOTEREF field.
FieldNumChars Implements the NUMCHARS field.
FieldNumPages Implements the NUMPAGES field.
FieldNumWords Implements the NUMWORDS field.
FieldOcx Implements the OCX field.
FieldOptions Represents options to control field handling in a document.
FieldPage Implements the PAGE field.
FieldPageRef Implements the PAGEREF field.
FieldPrint Implements the PRINT field.
FieldPrintDate Implements the PRINTDATE field.
FieldPrivate Implements the PRIVATE field.
FieldQuote Implements the QUOTE field.
FieldRD Implements the RD field.
FieldRef Implements the REF field.
FieldRevNum Implements the REVNUM field.
FieldSaveDate Implements the SAVEDATE field.
FieldSection Implements the SECTION field.
FieldSectionPages Implements the SECTIONPAGES field.
FieldSeparator Represents a Word field separator that separates the field code from the field result.
FieldSeq Implements the SEQ field.
FieldSet Implements the SET field.
FieldShape Implements the SHAPE field.
FieldSkipIf Implements the SKIPIF field.
FieldStart Represents a start of a Word field in a document.
FieldStyleRef Implements the STYLEREF field.
FieldSubject Implements the SUBJECT field.
FieldSymbol Implements a SYMBOL field.
FieldTA Implements the TA field.
FieldTC Implements the TC field.
FieldTemplate Implements the TEMPLATE field.
FieldTime Implements the TIME field.
FieldTitle Implements the TITLE field.
FieldToa Implements the TOA field.
FieldToc Implements the TOC field.
FieldUserAddress Implements the USERADDRESS field.
FieldUserInitials Implements the USERINITIALS field.
FieldUserName Implements the USERNAME field.
FieldXE Implements the XE field.
FileFontSource Represents the single TrueType font file stored in the file system.
Fill Defines a fill for a shape.
FixedPageSaveOptions Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, SWF, images etc).
FolderFontSource Represents the folder that contains TrueType font files.
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 IFontSavingCallback.fontSaving(com.aspose.words.FontSavingArgs) event.
FontSettings Specifies font settings for a document.
FontSourceBase This is an abstract base class for the classes that allow the user to specify various font sources.
FormField Represents a single form field.
FormFieldCollection A collection of FormField objects that represent all the form fields in a range.
GeneralFormatCollection Represents a typed collection of general formats.
GroupShape Represents a group of shapes in a document.
HtmlFixedSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.HtmlFixed format.
HtmlSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Html, #Error Cref: F:Aspose.Words.SaveFormat.Mhtml or #Error Cref: F:Aspose.Words.SaveFormat.Epub format.
HyphenationOptions Allows to configure document hyphenation options.
ImageData Defines an image for a shape.
ImageSaveOptions Allows to specify additional options when rendering document pages or shapes to images.
ImageSavingArgs Provides data for the IImageSavingCallback.imageSaving(com.aspose.words.ImageSavingArgs) event.
ImageSize Contains information about image size and resolution.
KnownTypeSet Represents an unordered set (i.e. a collection of unique items) containing java.lang.Class objects which fully or partially qualified names can be used within report templates to invoke the corresponding types' static members, perform type casts, etc.
List Represents formatting of a list.
ListCollection Stores and manages formatting of bulleted and numbered lists used in a document.
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.
MailMergeSettings Specifies all of the mail merge information for a 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.
NodeRendererBase Base class for ShapeRenderer and OfficeMathRenderer.
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 OdsoFieldMapData objects.
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 OdsoRecipientData
OdtSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Odt or #Error Cref: F:Aspose.Words.SaveFormat.Ott format.
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 OfficeMath instances and some other nodes.
OfficeMathRenderer Provides methods to render an individual OfficeMath to a raster or vector image or to a Graphics object.
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 #Error Cref: F:Aspose.Words.SaveFormat.Docx, #Error Cref: F:Aspose.Words.SaveFormat.Docm, #Error Cref: F:Aspose.Words.SaveFormat.Dotx, #Error Cref: F:Aspose.Words.SaveFormat.Dotm or #Error Cref: F:Aspose.Words.SaveFormat.FlatOpc format.
OutlineOptions Allows to specify outline options.
PageInfo Represents information about a particular document page.
PageSavingArgs Provides data for the IPageSavingCallback.pageSaving(com.aspose.words.PageSavingArgs) event.
PclSaveOptions
PdfDigitalSignatureDetails Contains details for signing a PDF document with a digital signature.
PdfDigitalSignatureTimestampSettings Contains settings of the digital signature timestamp.
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 #Error Cref: F:Aspose.Words.SaveFormat.Pdf format.
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 #Error Cref: F:Aspose.Words.SaveFormat.Ps format.
ReportingEngine Provides routines to populate template documents with data and a set of settings to control these routines.
ResourceLoadingArgs Provides data for the IResourceLoadingCallback.resourceLoading(com.aspose.words.ResourceLoadingArgs) method.
ResourceSavingArgs Provides data for the IResourceSavingCallback.resourceSaving(com.aspose.words.ResourceSavingArgs) event.
Row Represents a table row.
RowCollection Provides typed access to a collection of Row nodes.
RowFormat Represents all formatting for a table row.
RtfSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Rtf format.
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 SdtType.COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag.
SdtListItemCollection Provides access to SdtListItem elements of a structured document tag.
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 Shape or GroupShape to a raster or vector image or to a Graphics object.
SignatureLine Provides access to signature line properties.
SmartTag This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph.
Stroke Defines a stroke for a shape.
StructuredDocumentTag Represents a structured document tag (SDT or content control) in a document.
SvgSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Svg format.
SwfSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Swf format.
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 Table nodes.
TextBox Defines attributes that specify how a text is displayed inside a shape.
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. User can call method #Error Cref: M:Aspose.Words.Document.UpdateThumbnail(Aspose.Words.Rendering.ThumbnailGeneratingOptions) to generate BuiltInDocumentProperties.Thumbnail for a document.
ToaCategories Represents a table of authorities categories.
TxtSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Text format.
UserInformation Specifies information about the user.
ViewOptions Provides various options that control how a document is shown in Microsoft Word.
WordML2003SaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.WordML format.
WriteProtection Specifies write protection settings for a document.
XamlFixedSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.XamlFixed format.
XamlFlowSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.XamlFlow or #Error Cref: F:Aspose.Words.SaveFormat.XamlFlowPack format.
XmlMapping Specifies the information that is used to establish a mapping between the parent structured document tag and an XML element stored within a custom XML data part in the document.
XpsSaveOptions Can be used to specify additional options when saving a document into the #Error Cref: F:Aspose.Words.SaveFormat.Xps format.
 

Interface Summary
IBarcodeGenerator Public interface for barcode custom generator. Implementation should be provided by user.
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 #Error Cref: F:Aspose.Words.SaveFormat.Html or #Error Cref: F:Aspose.Words.SaveFormat.Epub format.
IFieldResultFormatter Implement this interface if you want to control how the field result is formatted.
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.
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.
IPageSavingCallback Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats.
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.
 

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 Table.autoFit(int) method.
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.
ColorMode Utility class containing constants. Specifies how colors are rendered.
Compatibility Utility class containing constants. Specifies names of compatibility options.
CssStyleSheetType Utility class containing constants. Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.
DashStyle Utility class containing constants. Dashed line style.
DmlEffectsRenderingMode Utility class containing constants. Specifies how DrawingML effects are rendered to fixed page formats.
DmlRenderingMode Utility class containing constants. Specifies how DrawingML shapes are rendered to fixed page formats.
DocumentSecurity Utility class containing constants. Used as a value for the BuiltInDocumentProperties.Security property. Specifies the security level of a document as a numeric value.
DocumentSplitCriteria Utility class containing constants. Specifies how the document is split into parts when saving to #Error Cref: F:Aspose.Words.SaveFormat.Html or #Error Cref: F:Aspose.Words.SaveFormat.Epub format.
EmbeddedFontFormat Utility class containing constants.

Specifies format of particular embedded font inside FontInfo object.

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 FontInfo object.
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. Specifies Microsoft Word field types.
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.
GeneralFormat Utility class containing constants. Specifies a general format that is applied to a numeric, text, or any field result. A field may have a combination of general formats.
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.
HtmlFixedPageHorizontalAlignment Utility class containing constants. Specifies the horizontal alignment for pages in output HTML document.
HtmlOfficeMathOutputMode Utility class containing constants. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB.
HtmlVersion Utility class containing constants. Indicates the version of HTML is used when saving the document to #Error Cref: F:Aspose.Words.SaveFormat.Html and #Error Cref: F:Aspose.Words.SaveFormat.Mhtml formats.
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.
JoinStyle Utility class containing constants. Line join style.
LayoutFlow Utility class containing constants. Determines the flow of the text layout in a textbox.
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.
MailMergeCheckErrors Utility class containing constants. Specifies how Microsoft Word will report errors detected 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.
MarkupLevel Utility class containing constants. Specifies the level in the document tree where a particular StructuredDocumentTag can occur.
MathObjectType Utility class containing constants. Specifies type of an Office Math object.
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.
MetafileRenderingMode Utility class containing constants. Specifies how Aspose.Words should render WMF and EMF metafiles.
MsWordVersion Utility class containing constants. Allows Aspose.Wods to mimic MS Word version-specific application behavior.
MultiplePagesType Utility class containing constants. Specifies how document is printed out.
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.
OfficeMathDisplayType Utility class containing constants. Specifies the display format type of the equation.
OfficeMathJustification Utility class containing constants. Specifies the justification of the equation.
OoxmlCompliance Utility class containing constants. Allows to specify which OOXML specification will be used when saving in the DOCX format.
PdfCompliance Utility class containing constants. Specifies the PDF standards compliance level.
PdfCustomPropertiesExport Utility class containing constants. Specifies the way #Error Cref: P:Aspose.Words.Document.CustomDocumentProperties are exported to PDF file.
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.
PdfImageColorSpaceExportMode Utility class containing constants. Specifies how the color space will be selected for the images in PDF document.
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.
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.
ReportBuildOptions Utility class containing constants. Specifies options controlling behavior of ReportingEngine while building a report.
ResourceLoadingAction Utility class containing constants. Specifies the mode of resource loading.
ResourceType Utility class containing constants. Type of loaded resource.
RowAlignment Utility class containing constants. Specifies alignment for a table row.
SdtCalendarType Utility class containing constants. Specifies the possible types of calendars which can be used to specify StructuredDocumentTag.CalendarType in an Office Open XML document.
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.
ShapeLineStyle Utility class containing constants. Specifies the compound line style of a Shape.
ShapeMarkupLanguage Utility class containing constants. Specifies Markup language used for the shape.
ShapeType Utility class containing constants. Specifies the type of shape in a Microsoft Word document.
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.
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.
TextFormFieldType Utility class containing constants. Specifies the type of a text form field.
TextPathAlignment Utility class containing constants. WordArt alignment.
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.
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.
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.