com.aspose.words
The com.aspose.words package provides classes for generating, converting, modifying, rendering and printing 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:
- Document is the main class of the object model that represents a Microsoft Word document.
- DocumentBuilder provides an easy way to insert content and formatting into a document.
- Node is the base class for all nodes in the document.
- CompositeNode is the base class for all nodes of the document that can contain other nodes, for example Paragraph, Section and Table and .
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.
Classes
Class | Description |
---|---|
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. |
Adjustment | Represents adjustment values that are applied to the specified shape. |
AdjustmentCollection | Represents a read-only collection of Adjustment adjust values that are applied to the specified shape. |
AdvancedCompareOptions | Allows to set advanced compare options. |
ArrowLength | Length of the arrow at the end of a line. |
ArrowType | Specifies the type of an arrow at a line end. |
ArrowWidth | Width of the arrow at the end of a line. |
AsposeWordsPrintDocument | Provides a default implementation for printing of a Document within the Java printing framework. |
AutoFitBehavior | Determines how Aspose.Words resizes the table when you invoke the M:Aspose.Words.Tables.Table.AutoFit(Aspose.Words.Tables.AutoFitBehavior) method. |
AxisBound | Represents minimum or maximum bound of axis values. |
AxisBuiltInUnit | Specifies the display units for an axis. |
AxisCategoryType | Specifies type of a category axis. |
AxisCrosses | Specifies the possible crossing points for an axis. |
AxisDisplayUnit | Provides access to the scaling options of the display units for the value axis. |
AxisGroup | Represents a type of a chart axis group. |
AxisScaleType | Specifies the possible scale types for an axis. |
AxisScaling | Represents the scaling options of the axis. |
AxisTickLabelPosition | Specifies the possible positions for tick labels. |
AxisTickLabels | Represents properties of axis tick mark labels. |
AxisTickMark | Specifies the possible positions for tick marks. |
AxisTimeUnit | Specifies the unit of time for axes. |
BarcodeParameters | Container class for barcode parameters to pass-through to BarcodeGenerator. |
BaseWebExtensionCollection | Base class for TaskPaneCollection, WebExtensionBindingCollection, WebExtensionPropertyCollection and WebExtensionReferenceCollection collections. |
BaselineAlignment | Specifies fonts vertical position on a line. |
BasicTextShaperCache | Implements basic cache for ITextShaper instances. |
Bibliography | Represents the list of bibliography sources available in the document. |
BlockImportMode | Specifies how properties of block-level elements are imported from HTML-based documents. |
Body | Represents a container for the main text of a section. |
Bookmark | Represents a single bookmark. |
BookmarkCollection | A collection of Bookmark objects that represent the bookmarks in the specified range. |
BookmarkEnd | Represents an end of a bookmark in a Word document. |
BookmarkStart | Represents a start of a bookmark in a Word document. |
BookmarksOutlineLevelCollection | A collection of individual bookmarks outline level. |
Border | Represents a border of an object. |
BorderCollection | A collection of Border objects. |
BorderType | Specifies sides of a border. |
BreakType | Specifies type of a break inside a document. |
BubbleSizeCollection | Represents a collection of bubble sizes for a chart series. |
BuildVersionInfo | Provides information about the current product name and version. |
BuildingBlock | Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry. |
BuildingBlockBehavior | Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document. |
BuildingBlockCollection | A collection of BuildingBlock objects in the document. |
BuildingBlockGallery | Specifies the predefined gallery into which a building block is classified. |
BuildingBlockType | Specifies a building block type. |
BuiltInDocumentProperties | A collection of built-in document properties. |
CalendarType | Specifies the type of a calendar. |
Cell | Represents a table cell. |
CellCollection | Provides typed access to a collection of Cell nodes. |
CellFormat | Represents all formatting for a table cell. |
CellMerge | Specifies how a cell in a table is merged with other cells. |
CellVerticalAlignment | Specifies vertical justification of text inside a table cell. |
CertificateHolder | Represents a holder of X509Certificate2 instance. |
ChapterPageSeparator | Defines the separator character that appears between the chapter and page number. |
Chart | Provides access to the chart shape properties. |
ChartAxis | Represents the axis options of the chart. |
ChartAxisCollection | Represents a collection of chart axes. |
ChartAxisTitle | Provides access to the axis title properties. |
ChartAxisType | Specifies type of chart axis. |
ChartDataLabel | Represents data label on a chart point or trendline. |
ChartDataLabelCollection | Represents a collection of ChartDataLabel. |
ChartDataPoint | Allows to specify formatting of a single data point on the chart. |
ChartDataPointCollection | Represents collection of a ChartDataPoint. |
ChartDataTable | Allows to specify properties of a chart data table. |
ChartFormat | Represents the formatting of a chart element. |
ChartLegend | Represents chart legend properties. |
ChartLegendEntry | Represents a chart legend entry. |
ChartLegendEntryCollection | Represents a collection of chart legend entries. |
ChartMarker | Represents a chart data marker. |
ChartMultilevelValue | Represents a value for charts that display multilevel data. |
ChartNumberFormat | Represents number formatting of the parent element. |
ChartSeries | Represents chart series properties. |
ChartSeriesCollection | Represents collection of a ChartSeries. |
ChartSeriesGroup | Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes. |
ChartSeriesGroupCollection | Represents a collection of ChartSeriesGroup objects. |
ChartSeriesType | Specifies a type of a chart series. |
ChartShapeType | Specifies the shape type of chart elements. |
ChartTitle | Provides access to the chart title properties. |
ChartType | Specifies type of a chart. |
ChartXValue | Represents an X value for a chart series. |
ChartXValueCollection | Represents a collection of X values for a chart series. |
ChartXValueType | Allows to specify type of an X value of a chart series. |
ChartYValue | Represents an Y value for a chart series. |
ChartYValueCollection | Represents a collection of Y values for a chart series. |
ChartYValueType | Allows to specify type of an Y value of a chart series. |
CheckBoxControl | The CheckBox control toggles a value. |
ChmLoadOptions | Allows to specify additional options when loading CHM document into a Document object. |
CleanupOptions | Allows to specify options for document cleaning. |
Cluster | Encapsulates code points and glyphs composing a grapheme. |
ColorMode | Specifies how colors are rendered. |
ColorPrintMode | Specifies how non-colored pages are printed if the device supports color printing. |
CommandButtonControl | The CommandButton control runs a macro that performs an action when a user clicks it. |
Comment | Represents a container for text of a comment. |
CommentCollection | Provides typed access to a collection of Comment nodes. |
CommentDisplayMode | Specifies the rendering mode for document comments. |
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. |
CompareOptions | Allows to choose additional options for document comparison operation. |
ComparisonEvaluationResult | The comparison evaluation result. |
ComparisonExpression | The comparison expression. |
ComparisonTargetType | Allows to specify base document which will be used during comparison. |
Compatibility | Specifies names of compatibility options. |
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. |
CompressionLevel | Compression level for OOXML files. |
ConditionalStyle | Represents special formatting applied to some area of a table with assigned table style. |
ConditionalStyleCollection | Represents a collection of ConditionalStyle objects. |
ConditionalStyleType | Represents possible table areas to which conditional formatting may be defined in a table style. |
ContentDisposition | Enumerates different ways of presenting the document at the client browser. |
ContinuousSectionRestart | Represents different behaviors when computing page numbers in a continuous section that restarts page numbering. |
Contributor | Represents a bibliography source contributor. |
ContributorCollection | Represents bibliography source contributors. |
ControlChar | Control characters often encountered in documents. |
ConvertUtil | Provides helper functions to convert between various measurement units. |
Converter | Represents a group of methods intended to convert a variety of different types of documents using a single line of code. |
Corporate | Represents a corporate (an organization) bibliography source contributor. |
CssSavingArgs | Provides data for the ICssSavingCallback.#cssSaving(com.aspose.words.CssSavingArgs) event. |
CssStyleSheetType | Specifies how CSS (Cascading Style Sheet) styles are exported to HTML. |
CsvDataLoadOptions | Represents options for parsing CSV data. |
CsvDataSource | Provides access to data of a CSV file or stream to be used within a report. |
CurrentThreadSettings | This class helps to set thread-isolated Locale and Time Zone for a Aspose.Words application. |
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. |
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. |
DashStyle | Dashed line style. |
DefaultFontSubstitutionRule | Default font substitution rule. |
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. |
DigitalSignatureDetails | Contains details for signing a document with a digital signature. |
DigitalSignatureType | Specifies the type of a digital signature. |
DigitalSignatureUtil | Provides methods for signing document. |
Direction | Text direction. |
Dml3DEffectsRenderingMode | Specifies how 3D shape effects are rendered. |
DmlEffectsRenderingMode | Specifies how DrawingML effects are rendered to fixed page formats. |
DmlRenderingMode | Specifies how DrawingML shapes are rendered to fixed page formats. |
DocSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#DOC or SaveFormat.#DOT format. |
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. |
DocumentBuilderOptions | Allows to specify additional options for the document building process. |
DocumentDirection | Allows to specify the direction to flow the text in a document. |
DocumentLoadingArgs | An argument passed into IDocumentLoadingCallback.#notify(com.aspose.words.DocumentLoadingArgs). |
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. |
DocumentReaderPluginLoadException | Thrown during document load, when the plugin required for reading the document format cannot be loaded. |
DocumentSavingArgs | An argument passed into IDocumentSavingCallback.#notify(com.aspose.words.DocumentSavingArgs). |
DocumentSecurity | Used as a value for the BuiltInDocumentProperties.#getSecurity() / BuiltInDocumentProperties.#setSecurity(int) property. |
DocumentSplitCriteria | Specifies how the document is split into parts when saving to SaveFormat.#HTML, SaveFormat.#EPUB or SaveFormat.#AZW_3 format. |
DocumentVisitor | Base class for custom document visitors. |
DownsampleOptions | Allows to specify downsample options. |
DropCapPosition | Specifies the position for a drop cap text. |
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. |
EditingLanguage | Specifies the editing language. |
EditorType | 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 | Specifies format of particular embedded font inside FontInfo object. |
EmbeddedFontStyle | Specifies the style of an embedded font inside a FontInfo object. |
EmfPlusDualRenderingMode | Specifies how Aspose.Words should render EMF+ Dual metafiles. |
EmphasisMark | Specifies possible types of emphasis mark. |
EndCap | Specifies line cap style. |
EndnoteOptions | Represents the endnote numbering options for a document or section. |
EndnotePosition | Defines the endnote position. |
ExportFontFormat | Indicates the format that is used to export fonts while rendering to HTML fixed format. |
ExportHeadersFootersMode | Specifies how headers and footers are exported to HTML, MHTML or EPUB. |
ExportListLabels | Specifies how list labels are exported to HTML, MHTML and EPUB. |
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. |
FieldDatabaseDataRow | Provides data for the FieldDatabase field result. |
FieldDatabaseDataTable | Provides data for the FieldDatabase field result. |
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. |
FieldEQ | Implements the EQ field. |
FieldEditTime | Implements the EDITTIME field. |
FieldEmbed | Implements the EMBED field. |
FieldEnd | Represents an end of a Word field in a document. |
FieldFileName | Implements the FILENAME field. |
FieldFileSize | Implements the FILESIZE field. |
FieldFillIn | Implements the FILLIN field. |
FieldFootnoteRef | Implements the FOOTNOTEREF field. |
FieldFormCheckBox | Implements the FORMCHECKBOX field. |
FieldFormDropDown | Implements the FORMDROPDOWN field. |
FieldFormText | Implements the FORMTEXT field. |
FieldFormat | Provides typed access to field’s numeric, date and time, and general formatting. |
FieldFormula | Implements the = (formula) field. |
FieldGlossary | Implements the GLOSSARY field. |
FieldGoToButton | Implements the GOTOBUTTON field. |
FieldGreetingLine | Implements the GREETINGLINE field. |
FieldHyperlink | Implements the HYPERLINK field |
FieldIf | Implements the IF field. |
FieldIfComparisonResult | Specifies the result of the IF field condition evaluation. |
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. |
FieldIndexFormat | Specifies the formatting for the FieldIndex fields in a document. |
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. |
FieldMergeBarcode | Implements the MERGEBARCODE field. |
FieldMergeField | Implements the MERGEFIELD field. |
FieldMergeRec | Implements the MERGEREC field. |
FieldMergeSeq | Implements the MERGESEQ field. |
FieldMergingArgs | Provides data for the MergeField event. |
FieldMergingArgsBase | Base class for FieldMergingArgs and ImageFieldMergingArgs. |
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. |
FieldType | Specifies Microsoft Word field types. |
FieldUnknown | Implements an unknown or unrecognized field. |
FieldUpdateCultureSource | Indicates what culture to use during field update. |
FieldUpdatingProgressArgs | Provides data for the field updating progress event. |
FieldUserAddress | Implements the USERADDRESS field. |
FieldUserInitials | Implements the USERINITIALS field. |
FieldUserName | Implements the USERNAME field. |
FieldXE | Implements the XE field. |
FileCorruptedException | Thrown during document load, when the document appears to be corrupted and impossible to load. |
FileFontSource | Represents the single TrueType font file stored in the file system. |
FileFormatInfo | Contains data returned by FileFormatUtil document format detection methods. |
FileFormatUtil | Provides utility methods for working with file formats, such as detecting file format or converting file extensions to/from file format enums. |
Fill | Represents fill formatting for an object. |
FillType | Specifies fill type for a fillable object. |
FindReplaceDirection | Specifies direction for replace operations. |
FindReplaceOptions | Specifies options for find/replace operations. |
FipsUnapprovedOperationException | Represents the exception that is thrown when incorrectly trying to use cryptography. |
FixedPageSaveOptions | Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc). |
FlipOrientation | Possible values for the orientation of 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. |
FontConfigSubstitutionRule | Font config substitution rule. |
FontEmbeddingLicensingRights | Represents embedding licensing rights for the font. |
FontEmbeddingUsagePermissions | Represents the font embedding usage permissions. |
FontFallbackSettings | Specifies font fallback mechanism settings. |
FontFamily | Represents the font family. |
FontFeature | Features provide information about how glyphs are used in a font to render a script. |
FontInfo | Specifies information about a font used in the document. |
FontInfoCollection | Represents a collection of fonts used in a document. |
FontInfoSubstitutionRule | Font info substitution rule. |
FontNameSubstitutionRule | Font substitution rule for processing font name. |
FontPitch | Represents the font pitch. |
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. |
FontSourceType | Specifies the type of font source. |
FontSubstitutionRule | This is an abstract base class for the font substitution rule. |
FontSubstitutionSettings | Specifies font substitution mechanism settings. |
Footnote | Represents a container for text of a footnote or endnote. |
FootnoteNumberingRule | Determines when automatic footnote or endnote numbering restarts. |
FootnoteOptions | Represents the footnote numbering options for a document or section. |
FootnotePosition | Defines the footnote position. |
FootnoteSeparator | |
FootnoteSeparatorCollection | Provides typed access to T:Aspose.Words.Notes.FootnoteSeparator nodes of a document. |
FootnoteSeparatorType | Specifies the type of the footnote/endnote separator. |
FootnoteType | Specifies whether this is a footnote or an endnote. |
FormField | Represents a single form field. |
FormFieldCollection | A collection of FormField objects that represent all the form fields in a range. |
Forms2OleControl | Represents Microsoft Forms 2.0 OLE control. |
Forms2OleControlCollection | Represents collection of Forms2OleControl objects. |
Forms2OleControlType | Enumerates types of Forms 2.0 controls. |
FrameFormat | Represents frame related formatting for a paragraph. |
Frameset | Represents a frames page or a single frame on a frames page. |
FramesetCollection | Represents a collection of instances of the Frameset class. |
GeneralFormat | Specifies a general format that is applied to a numeric, text, or any field result. |
GeneralFormatCollection | Represents a typed collection of general formats. |
GlossaryDocument | Represents the root element for a glossary document within a Word document. |
GlowFormat | Represents the glow formatting for an object. |
Glyph | Represents a glyph |
GradientStop | Represents one gradient stop. |
GradientStopCollection | Contains a collection of GradientStop objects. |
GradientStyle | Specifies the style for a gradient fill. |
GradientVariant | Specifies the variant for a gradient fill. |
Granularity | Specifies the granularity of changes to track when comparing two documents. |
GraphicsQualityOptions | Allows to specify additional java.awt.RenderingHints. |
GroupShape | Represents a group of shapes in a document. |
HeaderFooter | Represents a container for the header or footer text of a section. |
HeaderFooterBookmarksExportMode | Specifies how bookmarks in headers/footers are exported. |
HeaderFooterCollection | Provides typed access to HeaderFooter nodes of a Section. |
HeaderFooterType | Identifies the type of header or footer found in a Word file. |
HeightRule | Specifies the rule for determining the height of an object. |
HorizontalAlignment | Specifies horizontal alignment of a floating shape, text frame or floating table. |
HorizontalRuleAlignment | Represents the alignment for the specified horizontal rule. |
HorizontalRuleFormat | Represents horizontal rule formatting. |
HtmlControlType | Type of document nodes that represent and elements imported from HTML. |
HtmlElementSizeOutputMode | Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB. |
HtmlFixedPageHorizontalAlignment | Specifies the horizontal alignment for pages in output HTML document. |
HtmlFixedSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#HTML_FIXED format. |
HtmlInsertOptions | Specifies options for the M:Aspose.Words.DocumentBuilder.InsertHtml(System.String,Aspose.Words.HtmlInsertOptions) method. |
HtmlLoadOptions | Allows to specify additional options when loading HTML document into a Document object. |
HtmlMetafileFormat | Indicates the format in which metafiles are saved to HTML documents. |
HtmlOfficeMathOutputMode | Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB. |
HtmlSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#HTML, SaveFormat.#MHTML, SaveFormat.#EPUB, SaveFormat.#AZW_3 or SaveFormat.#MOBI format. |
HtmlVersion | Indicates the version of HTML is used when saving the document to SaveFormat.#HTML and SaveFormat.#MHTML formats. |
Hyphenation | Provides methods for working with hyphenation dictionaries. |
HyphenationOptions | Allows to configure document hyphenation options. |
ImageBinarizationMethod | Specifies the method used to binarize image. |
ImageColorMode | Specifies the color mode for the generated images of document pages. |
ImageData | Defines an image for a shape. |
ImageFieldMergingArgs | Provides data for the IFieldMergingCallback.#imageFieldMerging(com.aspose.words.ImageFieldMergingArgs) event. |
ImagePixelFormat | Specifies the pixel format for the generated images of document pages. |
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. |
ImageType | Specifies the type (format) of an image in a Microsoft Word document. |
ImageWatermarkOptions | Contains options that can be specified when adding a watermark with image. |
ImlRenderingMode | Specifies how ink (InkML) objects are rendered to fixed page formats. |
ImportFormatMode | Specifies how formatting is merged when importing content from another document. |
ImportFormatOptions | Allows to specify various import options to format output. |
IncorrectPasswordException | Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing. |
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. |
InternableComplexAttr | Base class for internable complex attribute. |
JoinStyle | Line join style. |
JsonDataLoadOptions | Represents options for parsing JSON data. |
JsonDataSource | Provides access to data of a JSON file or stream to be used within a report. |
JsonSimpleValueParseMode | Specifies a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON. |
JustificationMode | Specifies the character spacing adjustment for a document. |
KnownTypeSet | Represents an unordered set (i.e. |
LanguagePreferences | Allows to set up language preferences. |
LayoutCollector | This class allows to compute page numbers of document nodes. |
LayoutEntityType | Types of the layout entities. |
LayoutEnumerator | Enumerates page layout entities of a document. |
LayoutFlow | Determines the flow of the text layout in a textbox. |
LayoutOptions | Holds the options that allow controlling the document layout process. |
LegendPosition | Specifies the possible positions for a chart legend. |
License | Provides methods to license the component. |
LineNumberRestartMode | Determines when automatic line numbering restarts. |
LineSpacingRule | Specifies line spacing values for a paragraph. |
LineStyle | Specifies line style of a Border. |
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. |
ListLevelAlignment | Specifies alignment for the list number or bullet. |
ListLevelCollection | A collection of list formatting for each level in a list. |
ListTemplate | Specifies one of the predefined list formats available in Microsoft Word. |
ListTrailingCharacter | Specifies the character that separates the list label from the text of the paragraph. |
LoadFormat | Indicates the format of the document that is to be loaded. |
LoadOptions | Allows to specify additional options (such as password or base URI) when loading a document into a Document object. |
MailMerge | Represents the mail merge functionality. |
MailMergeCheckErrors | Specifies how Microsoft Word will report errors detected during mail merge. |
MailMergeCleanupOptions | Specifies options that determine what items are removed during mail merge. |
MailMergeDataType | Specifies the type of an external mail merge data source. |
MailMergeDestination | Specifies the possible results which may be generated when a mail merge is carried out on a document. |
MailMergeMainDocumentType | Specifies the possible types for a mail merge source document. |
MailMergeRegionInfo | Contains information about a mail merge region. |
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. |
Margins | Specifies preset margins. |
MarkdownExportAsHtml | Allows to specify the elements to be exported to Markdown as raw HTML. |
MarkdownLinkExportMode | Specifies how links are exported into Markdown. |
MarkdownListExportMode | Specifies how lists are exported into Markdown. |
MarkdownLoadOptions | Allows to specify additional options when loading LoadFormat.#MARKDOWN document into a Document object. |
MarkdownSaveOptions | Class to specify additional options when saving a document into the SaveFormat.#MARKDOWN format. |
MarkerSymbol | Specifies marker symbol style. |
MarkupLevel | Specifies the level in the document tree where a particular StructuredDocumentTag can occur. |
MathObjectType | Specifies type of an Office Math object. |
MeasurementUnits | Specifies the unit of measurement. |
MemoryFontSource | Represents the single TrueType font file stored in memory. |
MergeFieldImageDimension | Represents an image dimension (i.e. |
MergeFieldImageDimensionUnit | Specifies an unit of an image dimension (i.e. |
MergeFormatMode | Specifies how formatting is merged when combining multiple documents. |
Merger | Represents a group of methods intended to merge a variety of different types of documents into a single output document. |
MetafileRenderingMode | Specifies how Aspose.Words should render WMF and EMF metafiles. |
MetafileRenderingOptions | Allows to specify additional metafile rendering options. |
Metered | Provides methods to set metered key. |
MorphDataControl | The MorphDataControl structure is an aggregate of six controls: CheckBox, ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. |
MsWordVersion | Allows Aspose.Wods to mimic MS Word version-specific application behavior. |
MultiplePagesType | Specifies how document is printed out. |
MustacheTag | Represents “mustache” tag. |
NativeLibSettings | This class helps to set various options such as temporary folder for Aspose.Words native libraries and whether native libraries should be loaded and used. |
Node | Base class for all nodes of a Word document. |
NodeChangingAction | Specifies the type of node change. |
NodeChangingArgs | Provides data for methods of the INodeChangingCallback interface. |
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 CompositeNode.#selectNodes(java.lang.String) method. |
NodeRendererBase | Base class for ShapeRenderer and OfficeMathRenderer. |
NodeType | Specifies the type of a Word document node. |
NumberStyle | Specifies the number style for a list, footnotes and endnotes, page numbers. |
NumeralFormat | Indicates the symbol set that is used to represent numbers while rendering to fixed page formats. |
Odso | Specifies the Office Data Source Object (ODSO) settings for a mail merge data source. |
OdsoDataSourceType | Specifies the type of the external data source to be connected to as part of the ODSO connection information. |
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. |
OdsoFieldMappingType | 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. |
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 |
OdtSaveMeasureUnit | Specified units of measure to apply to measurable document content such as shape, widths and other during saving. |
OdtSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#ODT or SaveFormat.#OTT format. |
OfficeMath | Represents an Office Math object such as function, equation, matrix or alike. |
OfficeMathDisplayType | Specifies the display format type of the equation. |
OfficeMathJustification | Specifies the justification of the equation. |
OfficeMathRenderer | Provides methods to render an individual OfficeMath to a raster or vector image or to a Graphics object. |
OleControl | Represents OLE ActiveX control. |
OleFormat | Provides access to the data of an OLE object or ActiveX control. |
OlePackage | Allows to access OLE Package properties. |
OoxmlCompliance | Allows to specify which OOXML specification will be used when saving in the DOCX format. |
OoxmlSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#DOCX, SaveFormat.#DOCM, SaveFormat.#DOTX, SaveFormat.#DOTM or SaveFormat.#FLAT_OPC format. |
OptionButtonControl | The OptionButton control enables a single choice in a limited set of mutually exclusive choices. |
Orientation | Specifies page orientation. |
OutlineLevel | Specifies the outline level of a paragraph in the document. |
OutlineOptions | Allows to specify outline options. |
PageBorderAppliesTo | Specifies which pages the page border is printed on. |
PageBorderDistanceFrom | Specifies the positioning of the page border relative to the page margin. |
PageInfo | Represents information about a particular document page. |
PageLayoutCallbackArgs | An argument passed into IPageLayoutCallback.#notify(com.aspose.words.PageLayoutCallbackArgs) |
PageLayoutEvent | A code of event raised during page layout model build and rendering. |
PageRange | Represents a continuous range of pages. |
PageSavingArgs | Provides data for the IPageSavingCallback.#pageSaving(com.aspose.words.PageSavingArgs) event. |
PageSet | Describes a random set of pages. |
PageSetup | Represents the page setup properties of a section. |
PageVerticalAlignment | Specifies vertical justification of text on each page. |
PaperSize | Specifies paper size. |
Paragraph | Represents a paragraph of text. |
ParagraphAlignment | Specifies text alignment in a paragraph. |
ParagraphCollection | Provides typed access to a collection of Paragraph nodes. |
ParagraphFormat | Represents all the formatting for a paragraph. |
PatternType | Specifies the fill pattern to be used to fill a shape. |
PclSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#PCL format. |
PdfCompliance | Specifies the PDF standards compliance level. |
PdfCustomPropertiesExport | Specifies the way Document.#getCustomDocumentProperties() are exported to PDF file. |
PdfDigitalSignatureDetails | Contains details for signing a PDF document with a digital signature. |
PdfDigitalSignatureHashAlgorithm | Specifies a digital hash algorithm used by a digital signature. |
PdfDigitalSignatureTimestampSettings | Contains settings of the digital signature timestamp. |
PdfEncryptionDetails | Contains details for encrypting and access permissions for a PDF document. |
PdfFontEmbeddingMode | Specifies how Aspose.Words should embed fonts. |
PdfImageColorSpaceExportMode | Specifies how the color space will be selected for the images in PDF document. |
PdfImageCompression | Specifies the type of compression applied to images in the PDF file. |
PdfLoadOptions | Allows to specify additional options when loading Pdf document into a Document object. |
PdfPageLayout | Specifies the page layout to be used when the document is opened in a PDF reader. |
PdfPageMode | Specifies how the PDF document should be displayed when opened in the PDF reader. |
PdfPermissions | Specifies the operations that are allowed to a user on an encrypted PDF document. |
PdfSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#PDF format. |
PdfTextCompression | Specifies a type of compression applied to all content in the PDF file except images. |
PdfZoomBehavior | Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer. |
Person | Represents individual (a person) bibliography source contributor. |
PersonCollection | Represents a list of persons who are bibliography source contributors. |
PhoneticGuide | Represents Phonetic Guide. |
PhysicalFontInfo | Specifies information about physical font available to Aspose.Words font engine. |
PlainTextDocument | Allows to extract plain-text representation of the document’s content. |
PreferredWidth | Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell. |
PreferredWidthType | Specifies the unit of measurement for the preferred width of a table or cell. |
PresetTexture | Specifies texture to be used to fill a shape. |
PropertyType | Specifies data type of a document property. |
ProtectionType | Protection type for a document. |
PsSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#PS format. |
Range | Represents a contiguous area in a document. |
ReflectionFormat | Represents the reflection formatting for an object. |
RelativeHorizontalPosition | Specifies to what the horizontal position of a shape or text frame is relative. |
RelativeHorizontalSize | Specifies relatively to what the width of a shape or a text frame is calculated horizontally. |
RelativeVerticalPosition | Specifies to what the vertical position of a shape or text frame is relative. |
RelativeVerticalSize | Specifies relatively to what the height of a shape or a text frame is calculated vertically. |
ReplaceAction | Allows the user to specify what happens to the current match during a replace operation. |
ReplacingArgs | Provides data for a custom replace operation. |
ReportBuildOptions | Specifies options controlling behavior of ReportingEngine while building a report. |
ReportingEngine | Provides routines to populate template documents with data and a set of settings to control these routines. |
ResourceLoadingAction | Specifies the mode of resource loading. |
ResourceLoadingArgs | Provides data for the IResourceLoadingCallback.#resourceLoading(com.aspose.words.ResourceLoadingArgs) method. |
ResourceSavingArgs | Provides data for the IResourceSavingCallback.#resourceSaving(com.aspose.words.ResourceSavingArgs) event. |
ResourceType | Type of loaded resource. |
Revision | Represents a revision (tracked change) in a document node or style. |
RevisionCollection | A collection of Revision objects that represent revisions in the document. |
RevisionColor | Allows to specify color of document revisions. |
RevisionGroup | Represents a group of sequential Revision objects. |
RevisionGroupCollection | A collection of RevisionGroup objects that represent revision groups in the document. |
RevisionOptions | Allows to control how document revisions are handled during layout process. |
RevisionTextEffect | Allows to specify decoration effect for revisions of document text. |
RevisionType | Specifies the type of change being tracked in Revision. |
RevisionsView | Allows to specify whether to work with the original or revised version of a document. |
Row | Represents a table row. |
RowCollection | Provides typed access to a collection of Row nodes. |
RowFormat | Represents all formatting for a table row. |
RtfLoadOptions | Allows to specify additional options when loading LoadFormat.#RTF document into a Document object. |
RtfSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#RTF format. |
Run | Represents a run of characters with the same font formatting. |
RunCollection | Provides typed access to a collection of Run nodes. |
SaveFormat | Indicates the format in which the document is saved. |
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. |
ScriptShapingLevel | Describes shaping levels required by a script. |
SdtAppearance | Specifies the appearance of a structured document tag. |
SdtCalendarType | Specifies the possible types of calendars which can be used to specify StructuredDocumentTag.#getCalendarType() / StructuredDocumentTag.#setCalendarType(int) in an Office Open XML document. |
SdtDateStorageFormat | 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. |
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. |
SdtType | Specifies the type of a structured document tag (SDT) node. |
Section | Represents a single section in a document. |
SectionCollection | A collection of Section objects in the document. |
SectionLayoutMode | Specifies the layout mode for a section allowing to define the document grid behavior. |
SectionStart | The type of break at the beginning of the section. |
Shading | Contains shading attributes for an object. |
ShadowFormat | Represents shadow formatting for an object. |
ShadowType | Specifies the type of a shape shadow. |
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. |
ShapeLineStyle | Specifies the compound line style of a Shape. |
ShapeMarkupLanguage | Specifies Markup language used for the shape. |
ShapeRenderer | Provides methods to render an individual Shape or GroupShape to a raster or vector image or to a Graphics object. |
ShapeTextOrientation | Specifies orientation of text in shapes. |
ShapeType | Specifies the type of shape in a Microsoft Word document. |
ShowInBalloons | Specifies which revisions are rendered in balloons. |
SignOptions | Allows to specify options for document signing. |
SignatureLine | Provides access to signature line properties. |
SignatureLineOptions | Allows to specify options for signature line being inserted. |
SmartTag | This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph. |
SoftEdgeFormat | Represents the soft edge formatting for an object. |
Source | Represents an individual source, such as a book, journal article, or interview. |
SourceType | Represents bibliography source types. |
SpecialChar | Base class for special characters in the document. |
Story | Base class for elements that contain block-level nodes Paragraph and Table. |
StoryType | Text of a Word document is stored in stories. |
StreamFontSource | Base class for user-defined stream font source. |
Stroke | Defines a stroke for a shape. |
StructuredDocumentTag | Represents a structured document tag (SDT or content control) in a document. |
StructuredDocumentTagCollection | A collection of IStructuredDocumentTag instances that represent the structured document tags in the specified range. |
StructuredDocumentTagRangeEnd | Represents an end of ranged structured document tag which accepts multi-sections content. |
StructuredDocumentTagRangeStart | Represents a start of ranged structured document tag which accepts multi-sections content. |
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. |
StyleIdentifier | Locale independent style identifier. |
StyleType | Represents type of the style. |
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 SaveFormat.#SVG format. |
SvgTextOutputMode | Allows to specify how text inside a document should be rendered when saving in SVG format. |
SystemFontSource | Represents all TrueType fonts installed to the system. |
TabAlignment | Specifies the alignment/type of a tab stop. |
TabLeader | Specifies the type of the leader line displayed under the tab character. |
TabStop | Represents a single custom tab stop. |
TabStopCollection | A collection of TabStop objects that represent custom tabs for a paragraph or a style. |
Table | Represents a table in a Word document. |
TableAlignment | Specifies alignment for an inline table. |
TableCollection | Provides typed access to a collection of Table nodes. |
TableContentAlignment | Allows to specify the alignment of the content of the table to be used when exporting into Markdown format. |
TableStyle | Represents a table style. |
TableStyleOptions | Specifies how table style is applied to a table. |
TableSubstitutionRule | Table font substitution rule. |
TaskPane | Represents an add-in task pane object. |
TaskPaneCollection | Specifies a list of persisted task pane objects. |
TaskPaneDockState | Enumerates available locations of task pane object. |
TextBox | Defines attributes that specify how a text is displayed inside a shape. |
TextBoxAnchor | Specifies values used for shape text vertical alignment. |
TextBoxControl | The TextBox control displays text from an organized set of data or user input. |
TextBoxWrapMode | Specifies how text wraps inside a shape. |
TextColumn | Represents a single text column. |
TextColumnCollection | A collection of TextColumn objects that represent all the columns of text in a section of a document. |
TextDmlEffect | Dml text effect for text runs. |
TextEffect | Animation effect for text runs. |
TextFormFieldType | Specifies the type of a text form field. |
TextOrientation | Specifies orientation of text on a page, in a table cell or a text frame. |
TextPath | Defines the text and formatting of the text path (of a WordArt object). |
TextPathAlignment | WordArt alignment. |
TextWatermarkOptions | Contains options that can be specified when adding a watermark with text. |
TextWrapping | Specifies how text is wrapped around the table. |
TextureAlignment | Specifies the alignment for the tiling of the texture fill. |
TextureIndex | Specifies shading texture. |
Theme | Represents document Theme, and provides access to main theme parts including Theme.#getMajorFonts(), Theme.#getMinorFonts() and Theme.#getColors() |
ThemeColor | Specifies the theme colors for document themes. |
ThemeColors | Represents the color scheme of the document theme which contains twelve colors. |
ThemeFont | Specifies the types of theme font names for document themes. |
ThemeFonts | Represents a collection of fonts in the font scheme, allowing to specify different fonts for different languages ThemeFonts.#getLatin() / ThemeFonts.#setLatin(java.lang.String), ThemeFonts.#getEastAsian() / ThemeFonts.#setEastAsian(java.lang.String) and ThemeFonts.#getComplexScript() / ThemeFonts.#setComplexScript(java.lang.String). |
ThumbnailGeneratingOptions | Can be used to specify additional options when generating thumbnail for a document. |
TiffCompression | Specifies what type of compression to apply when saving page images into a TIFF file. |
ToaCategories | Represents a table of authorities categories. |
TxtExportHeadersFootersMode | Specifies the way headers and footers are exported to plain text format. |
TxtLeadingSpacesOptions | Specifies available options for leading space handling during import from LoadFormat.#TEXT file. |
TxtListIndentation | Specifies how list levels are indented when document is exporting to SaveFormat.#TEXT format. |
TxtLoadOptions | Allows to specify additional options when loading LoadFormat.#TEXT document into a Document object. |
TxtSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#TEXT format. |
TxtSaveOptionsBase | The base class for specifying additional options when saving a document into a text based formats. |
TxtTrailingSpacesOptions | Specifies available options for trailing spaces handling during import from LoadFormat.#TEXT file. |
Underline | Indicates type of the underline applied to a font. |
UnicodeScript | Unicode Character Database property: Script (sc). |
UnsupportedFileFormatException | Thrown during document load, when the document format is not recognized or not supported by Aspose.Words. |
UserInformation | Specifies information about the user. |
VariableCollection | A collection of document variables. |
VariationAxis | |
VariationAxisCoordinate | |
VbaModule | Provides access to VBA project module. |
VbaModuleCollection | Represents a collection of VbaModule objects. |
VbaModuleType | Specifies the type of a model in a VBA project. |
VbaProject | Provides access to VBA project information. |
VbaReference | Implements a reference to an Automation type library or VBA project. |
VbaReferenceCollection | Represents a collection of VbaReference objects. |
VbaReferenceType | Allows to specify the type of a VbaReference object. |
VerticalAlignment | Specifies vertical alignment of a floating shape, text frame or a floating table. |
ViewOptions | Provides various options that control how a document is shown in Microsoft Word. |
ViewType | Possible values for the view mode in Microsoft Word. |
VisitorAction | Allows the visitor to control the enumeration of nodes. |
WarningInfo | Contains information about a warning that Aspose.Words issued during document loading or saving. |
WarningInfoCollection | Represents a typed collection of WarningInfo objects. |
WarningSource | Specifies the module that produces a warning during document loading or saving. |
WarningType | Specifies the type of a warning that is issued by Aspose.Words during document loading or saving. |
Watermark | Represents class to work with document watermark. |
WatermarkLayout | Defines layout of the watermark relative to the watermark center. |
WatermarkType | Specifies the watermark type. |
WebExtension | Represents a web extension object. |
WebExtensionBinding | Specifies a binding relationship between a web extension and the data in the document. |
WebExtensionBindingCollection | Specifies a list of web extension bindings. |
WebExtensionBindingType | Enumerates available types of binding between a web extension and the data in the document. |
WebExtensionProperty | Specifies a web extension custom property. |
WebExtensionPropertyCollection | Specifies a set of web extension custom properties. |
WebExtensionReference | Represents the reference to a web extension. |
WebExtensionReferenceCollection | Specifies a list of web extension references. |
WebExtensionStoreType | Enumerates available types of a web extension store. |
WordML2003SaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#WORD_ML format. |
WrapSide | Specifies what side(s) of the shape or picture the text wraps around. |
WrapType | Specifies how text is wrapped around a shape or picture. |
WriteProtection | Specifies write protection settings for a document. |
X509Certificate2Wrapper | JAVA-added public wrapper around ours internal X509Certificate2. |
XamlFixedSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#XAML_FIXED format. |
XamlFlowSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#XAML_FLOW or SaveFormat.#XAML_FLOW_PACK format. |
XlsxDateTimeParsingMode | Specifies how document text is parsed to identify date and time values. |
XlsxSaveOptions | Can be used to specify additional options when saving a document into the SaveFormat.#XLSX format. |
XlsxSectionMode | Specifies how sections are handled when saving a document in the XLSX format. |
XmlDataLoadOptions | Represents options for XML data loading. |
XmlDataSource | Provides access to data of an XML file or stream to be used within a report. |
XmlDsigLevel | Specifies the level of a digital signature based on XML-DSig standard. |
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 SaveFormat.#XPS format. |
Zip64Mode | Specifies when to use ZIP64 format extensions for OOXML files. |
ZoomType | Possible values for how large or small the document appears on the screen in Microsoft Word. |
Interfaces
Interface | Description |
---|---|
IBarcodeGenerator | Public interface for barcode custom generator. |
IBibliographyStylesProvider | Implement this interface to provide bibliography style for the FieldBibliography and FieldCitation fields when they’re updated. |
IChartDataPoint | Contains properties of a single data point on the chart. |
IComparisonExpressionEvaluator | When implemented, allows to override default comparison expressions evaluation for the FieldIf and FieldCompare fields. |
ICssSavingCallback | Implement this interface if you want to control how Aspose.Words saves CSS (Cascading Style Sheet) when saving a document to HTML. |
IDocumentConverterPlugin | Defines an interface for external converter plugin. |
IDocumentLoadingCallback | Implement this interface if you want to have your own custom method called during loading a document. |
IDocumentMergerPlugin | Defines an interface for external merger plugin that can merge Pdf documents. |
IDocumentPartSavingCallback | Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to SaveFormat.#HTML or SaveFormat.#EPUB format. |
IDocumentReaderPlugin | Defines an interface for external reader plugins that can read a file into a document. |
IDocumentSavingCallback | Implement this interface if you want to have your own custom method called during saving a document. |
IFieldDatabaseProvider | Implement this interface to provide data for the FieldDatabase field when it’s updated. |
IFieldMergingCallback | Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation. |
IFieldResultFormatter | Implement this interface if you want to control how the field result is formatted. |
IFieldUpdateCultureProvider | When implemented, provides a CultureInfo object that should be used during the update of a particular field. |
IFieldUpdatingCallback | Implement this interface if you want to have your own custom methods called during a field update. |
IFieldUpdatingProgressCallback | Implement this interface if you want to track field updating progress. |
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. |
IHyphenationCallback | Implemented by classes which can register hyphenation dictionaries. |
IImageSavingCallback | Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML. |
IMailMergeCallback | Implement this interface if you want to receive notifications while mail merge is performed. |
IMailMergeDataSource | Implement this interface to allow mail merge from a custom data source, such as a list of objects. |
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. |
IPageLayoutCallback | Implement this interface if you want to have your own custom method called during build and rendering of page layout model. |
IPageSavingCallback | Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats. |
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 and inserting images using DocumentBuilder. |
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. |
IRevisionCriteria | Implement this interface if you want to control when certain Revision should be accepted/rejected or not by the RevisionCollection.#accept(com.aspose.words.IRevisionCriteria)/ RevisionCollection.#reject(com.aspose.words.IRevisionCriteria) methods. |
IStructuredDocumentTag | Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart. |
ITextShaper | Provides methods for text shaping. |
ITextShaperFactory | An interface of a factory for constructing ITextShaper implementations. |
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. |