ListLevelCollection indexer. Gets a list level by index.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...
Зробіть свій документ прочитано, щоб вміст міг бути скопійовано або читати, але не змінено з використанням Pythonй...words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
Table.cell_spacing property. Gets or sets the amount of space (in points) between the cells.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...
ListCollection.addCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document.... let doc = new aw . Document (); // A list allows...let list1 = doc . lists . add ( aw . Lists . ListTemplate . NumberArabicParenthe...
SystemFontSource.type property. Returns the type of the font source.... doc = aw . Document () doc . font_settings = aw . fonts ....()[ 0 ] self . assertEqual ( aw . fonts . FontSourceType . SYSTEM_FONTS...
aspose.words.fonts.FontSettings class. Specifies font settings for a document... doc = aw . Document () builder = aw . DocumentBuilder...locate. original_font_sources = aw . fonts . FontSettings . default_instance...
StructuredDocumentTag.buildingBlockGallery property. Specifies type of building block for this SDT...= new aw . Document (); let buildingBlockSdt = new aw . Markup...doc , aw . Markup . SdtType . BuildingBlockGallery , aw . Markup...
VbaModule.sourceCode property. Gets or sets VBA project module source code.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...