aspose.words.settings.MultiplePagesType enumeration. Specifies how document is printed out.... save ( file_name = ARTIFACTS_DIR + 'PageSetup.Booklet.docx'...
Font.name_ascii property. Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127).... save ( file_name = ARTIFACTS_DIR + 'Font.NameAscii.docx'...
aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_document_properties](../../aspose.words/document/custom_document_properties/) are exported to PDF file.... save ( ARTIFACTS_DIR + 'PdfSaveOptions.cus...
aspose.words.DocumentBuilderOptions class. Allows to specify additional options for the document building process.... save ( file_name = ARTIFACTS_DIR + 'Table.ContextTableFormatti...
TextBox.internal_margin_left property. Specifies the inner left margin in points for a shape.... save ( file_name = ARTIFACTS_DIR + 'Shape.TextBoxMargins...
ImageData.to_byte_array method. Returns image bytes for any image regardless whether the image is stored or linked....img_stream : with open ( ARTIFACTS_DIR + 'Drawing.get_data_from_image...
ShapeBase.is_decorative property. Gets or sets the flag that specifies whether the shape is decorative in the document.... save ( file_name = ARTIFACTS_DIR + 'Shape.IsDecorative...