FieldSaveDate.use_saka_era_calendar property. Gets or sets whether to use the Saka Era calendar.... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...
FieldTC.type_identifier property. Gets or sets a type identifier for this field (which is typically a letter).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a TOC field, which...
Aspose::Words::Watermark class. Represents class to work with Document watermark. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...
Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...options); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...
Aspose::Words::Tables::Table::get_FirstRow method. Returns the first Row node in the table in C++.... auto doc = System :: MakeObject < Aspose...:: TableCollection > tables = doc -> get_FirstSection () -> get_Body...
Base class for inline-level nodes that can contain paragraphs and tables in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add text, and reference...
Optimize your mail merge process with the MergeDuplicateRegions property. Control how data source regions are merged for efficient Document management.... Document doc = CreateSourceDocMerge (); DataTable...merge will affect both regions. doc . MailMerge . MergeDuplicateRegion...
Discover the FieldAutoTextList ListStyle property to customize your entry lists effortlessly. Enhance your content with tailored styles today!... Document doc = new Document (); // Create...populate it with auto text entries. doc . GlossaryDocument = new GlossaryDocument...
aspose.words.tables.AutoFitBehavior enumeration. Determines how Aspose.Words resizes the table when you invoke the [Table.auto_fit()](../table/auto_fit/#autofitbehavior) method.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...