XmlMapping.custom_xml_part property. Returns the custom XML data part to which the parent structured Document tag is mapped.... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...
FieldTC.text property. Gets or sets the text of the entry....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...
Discover the Table AutoFit method to effortlessly resize tables and cells for optimal layout. Enhance your Document's presentation with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...
StructuredDocumentTag.full_date property. Specifies the full date and time last entered into this SDT.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DATE...
StructuredDocumentTag.date_display_locale property. Allows to set/get the language format for the date displayed in this SDT.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DATE...
Specifies the module that produces a warning during Document loading or saving in Java.... Document doc = new Document(getMyDir() + "Emphases...WarningInfoCollectio(); doc.setWarningCallback(warnings); doc.save(getArtifactsDir()...
Aspose::Words::LineNumberRestartMode enum. Determines when automatic line numbering restarts in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can use the section's...
DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a form that prompts...
ListLevel.numberFormat property. Returns or sets the number format for the list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....