Aspose::Words::Border class. Represents a border of an object. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...
Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...
Aspose::Words::MeasurementUnits enum. Specifies the unit of measurement in C++.... auto doc = System :: MakeObject < Aspose...set_IsStrictSchema11 ( exportToOdt11Specs ); doc -> Save ( get_ArtifactsDir ()...
FieldIndex.letter_range property. Gets or sets a range of letters to which limit the index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...
XpsSaveOptions.digitalSignatureDetails property. Gets or sets [DigitalSignatureDetails](../../digitalsignaturedetails/) object used to sign a Document.... let doc = new aw . Document ( base ....toEqual ( "Some comments" ); doc . save ( base . artifactsDir...
Aspose::Words::Saving::SvgSaveOptions::get_IdPrefix method. Specifies a prefix that is prepended to all generated element IDs in the output Document. Default value is null and no prefix is prepended in C++.... auto doc = System :: MakeObject < Aspose...set_IdPrefix ( u "pfx1_" ); doc -> Save ( get_ArtifactsDir ()...
Provides access to the chart title properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a chart shape with...
Aspose::Words::Document::get_WebExtensionTaskPanes method. Returns a collection that represents a list of task pane add-ins in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...
Aspose::Words::WebExtensions::TaskPane::get_IsLocked method. Specifies whether the task pane is locked to the Document in the UI and cannot be closed by the user in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...