Document.update_list_labels method. Updates list labels for all list items in the document.... doc = aw . Document ( file_name = MY_DIR...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
PdfSaveOptions.image_compression property. Specifies compression type to be used for all images in the document.... doc = aw . Document () builder = aw . DocumentBuilder...document to .PDF. pdf_save_options = aw . saving . PdfSaveOptions ()...
HtmlSaveOptions.export_original_url_for_linked_images property. Specifies whether original URL should be used as the URL of the linked images... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
ImportFormatOptions.smart_style_behavior property. Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination documents... dst_doc = aw . Document () builder = aw . DocumentBuilder...builder . document . styles . add ( aw . StyleType . PARAGRAPH , 'MyStyle'...
HtmlSaveOptions.export_fonts_as_base64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
HtmlSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
aspose.words.Font class. Contains font attributes (font name, font size, color, and so on) for an object... doc = aw . Document () builder = aw . DocumentBuilder...font . border . line_style = aw . LineStyle . DASH_DOT_STROKER...
Aspose.Words.BaselineAlignment enumeration. Specifies fonts vertical position on a line.... let doc = new aw . Document ( base . myDir + "Office...format . baselineAlignment == aw . BaselineAlignment . Auto )...
aspose.words.settings.JustificationMode enumeration. Specifies the character spacing adjustment for a document... doc = aw . Document ( file_name = MY_DIR...justification_mode if justification_mode == aw . settings . JustificationMode...