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...
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...
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...
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...
Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the Document to overlap its extents when displayed... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...
HtmlFixedSaveOptions.pageMargins property. Specifies the margins around pages in an HTML Document... let doc = new aw . Document ( base ....saveOptions . pageMargins = 15 ; doc . save ( base . artifactsDir...
aspose.words.fields.FieldIndex class. Implements the INDEX field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...
BuiltInDocumentProperties.subject property. Gets or sets the subject of the Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let properties = doc . builtInDocumentPrope...