LayoutOptions.revisionOptions property. Gets revision options....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertedTextColor ). toEqual ( aw . Layout . RevisionColor . ByAuthor...
Aspose.Words.Vba.VbaModuleType enumeration. Specifies the type of a model in a VBA project.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...
aspose.words.fonts.FontSourceType enumeration. Specifies the type of font source.... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....
FolderFontSource.scan_subfolders property. Determines whether or not to scan the subfolders.... folder_font_source = aw . fonts . FolderFontSource (...1 ) doc = aw . Document () doc . font_settings = aw . fonts ....
Border.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this Border object.... doc = aw . Document () builder = aw . DocumentBuilder...= 4 top_border . line_style = aw . LineStyle . DASH_SMALL_GAP...
Table.ensure_minimum method. If the table has no rows, creates and appends one [Row](../../row/).... doc = aw . Document () table = aw . tables . Table...0 , table . get_child_nodes ( aw . NodeType . ANY , True ) . count...
Python में दस्तावेज़ों को प्रोग्रामेटिक रूप से रूपांतरित करें: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG और बहुत कुछ।...words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
aspose.words.fields.FieldStart class. Represents a start of a Word field in a document...def test_fields ( self ): doc = aw . Document ( MY_DIR + "Hyperlinks...if field_start . field_type == aw . fields . FieldType . FIELD_HYPERLINK...
OutlineOptions.expanded_outline_levels property. Specifies how many levels in the document outline to show expanded when the file is viewed.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...
FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...