Aspose.Words.Saving
Contents
[
Hide
]The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents.
Classes
Class | Description |
---|---|
BookmarksOutlineLevelCollection | A collection of individual bookmarks outline level. |
CssSavingArgs | Provides data for the CssSaving event. |
DigitalSignatureDetails | Contains details for signing a document with a digital signature. |
DocSaveOptions | Can be used to specify additional options when saving a document into the Doc or Dot format. |
DocumentPartSavingArgs | Provides data for the DocumentPartSaving callback. |
DocumentSavingArgs | An argument passed into Notify . |
DownsampleOptions | Allows to specify downsample options. |
FixedPageSaveOptions | Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc). |
FontSavingArgs | Provides data for the FontSaving event. |
GraphicsQualityOptions | Allows to specify additional Graphics quality options. |
HtmlFixedSaveOptions | Can be used to specify additional options when saving a document into the HtmlFixed format. |
HtmlSaveOptions | Can be used to specify additional options when saving a document into the Html, Mhtml, Epub, Azw3 or Mobi format. |
ImageSaveOptions | Allows to specify additional options when rendering document pages or shapes to images. |
ImageSavingArgs | Provides data for the ImageSaving event. |
MarkdownSaveOptions | Class to specify additional options when saving a document into the Markdown format. |
MetafileRenderingOptions | Allows to specify additional metafile rendering options. |
OdtSaveOptions | Can be used to specify additional options when saving a document into the Odt or Ott format. |
OoxmlSaveOptions | Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc format. |
OutlineOptions | Allows to specify outline options. |
PageRange | Represents a continuous range of pages. |
PageSavingArgs | Provides data for the PageSaving event. |
PageSet | Describes a random set of pages. |
PclSaveOptions | Can be used to specify additional options when saving a document into the Pcl format. |
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 Pdf format. |
PsSaveOptions | Can be used to specify additional options when saving a document into the Ps format. |
ResourceSavingArgs | Provides data for the ResourceSaving event. |
RtfSaveOptions | Can be used to specify additional options when saving a document into the 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. |
SvgSaveOptions | Can be used to specify additional options when saving a document into the Svg format. |
TxtListIndentation | Specifies how list levels are indented when document is exporting to Text format. |
TxtSaveOptions | Can be used to specify additional options when saving a document into the Text format. |
TxtSaveOptionsBase | The base class for specifying additional options when saving a document into a text based formats. |
WordML2003SaveOptions | Can be used to specify additional options when saving a document into the WordML format. |
XamlFixedSaveOptions | Can be used to specify additional options when saving a document into the XamlFixed format. |
XamlFlowSaveOptions | Can be used to specify additional options when saving a document into the XamlFlow or XamlFlowPack format. |
XlsxSaveOptions | Can be used to specify additional options when saving a document into the Xlsx format. |
XpsSaveOptions | Can be used to specify additional options when saving a document into the Xps format. |
Interfaces
Interface | Description |
---|---|
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 Html or Epub format. |
IDocumentSavingCallback | Implement this interface if you want to have your own custom method called during saving a document. |
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. |
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. |
Enumeration
Enumeration | Description |
---|---|
ColorMode | Specifies how colors are rendered. |
CompressionLevel | Compression level for OOXML files. |
CssStyleSheetType | Specifies how CSS (Cascading Style Sheet) styles are exported to HTML. |
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. |
DocumentSplitCriteria | Specifies how the document is split into parts when saving to Html, Epub or Azw3 format. |
EmfPlusDualRenderingMode | Specifies how Aspose.Words should render EMF+ Dual metafiles. |
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. |
HeaderFooterBookmarksExportMode | Specifies how bookmarks in headers/footers are exported. |
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. |
HtmlMetafileFormat | Indicates the format in which metafiles are saved to HTML documents. |
HtmlOfficeMathOutputMode | Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB. |
HtmlVersion | Indicates the version of HTML is used when saving the document to Html and Mhtml formats. |
ImageBinarizationMethod | Specifies the method used to binarize image. |
ImageColorMode | Specifies the color mode for the generated images of document pages. |
ImagePixelFormat | Specifies the pixel format for the generated images of document pages. |
ImlRenderingMode | Specifies how ink (InkML) objects are rendered to fixed page formats. |
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. |
MarkdownOfficeMathExportMode | Specifies how Aspose.Words exports OfficeMath to Markdown. |
MetafileRenderingMode | Specifies how Aspose.Words should render WMF and EMF metafiles. |
NumeralFormat | Indicates the symbol set that is used to represent numbers while rendering to fixed page formats. |
OdtSaveMeasureUnit | Specified units of measure to apply to measurable document content such as shape, widths and other during saving. |
OoxmlCompliance | Allows to specify which OOXML specification will be used when saving in the DOCX format. |
PdfAttachmentsEmbeddingMode | Specifies how attachments are embedded to PDF document. |
PdfCompliance | Specifies the PDF standards compliance level. |
PdfCustomPropertiesExport | Specifies the way CustomDocumentProperties are exported to PDF file. |
PdfDigitalSignatureHashAlgorithm | Specifies a digital hash algorithm used by a digital signature. |
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. |
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. |
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. |
SvgTextOutputMode | Allows to specify how text inside a document should be rendered when saving in SVG format. |
TableContentAlignment | Allows to specify the alignment of the content of the table to be used when exporting into Markdown format. |
TiffCompression | Specifies what type of compression to apply when saving page images into a TIFF file. |
TxtExportHeadersFootersMode | Specifies the way headers and footers are exported to plain text format. |
XlsxDateTimeParsingMode | Specifies how document text is parsed to identify date and time values. |
XlsxSectionMode | Specifies how sections are handled when saving a document in the XLSX format. |
Zip64Mode | Specifies when to use ZIP64 format extensions for OOXML files. |