Aspose::Words::Fields::FieldOptions::get_TemplateName method. Gets or sets the file name of the template used by the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can set a template name...
ListLevel.startAt property. Returns or sets the starting number for this list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....
CellFormat.orientation property. Returns or sets the orientation of text in a table cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...
Discover the Frameset property for Documents. Get a Frameset instance for seamless integration of framed pages. Enhance your web experience Today!...Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...
ChartTitle.rotation property. Gets or sets the rotation of the chart title in degrees.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) chart_shape = builder . insert_chart...
Protect PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word Documents via your Java application. Apply password with ease....Options with Java Protect DOC Files Protect DOCX Files Protect Excel...
Document.updateActualReferenceMarks method. Updates the [Footnote.actualReferenceMark](../../../aspose.words.notes/footnote/actualReferenceMark/) property of all footnotes and endnotes in the Document.... let doc = new aw . Document ( base ...."Footnotes and endnotes.docx" ); let footnote = doc . getFootnote ( 1...
Discover the Aspose.Words.Fields.FieldDocProperty class, designed for seamless integration of DocPROPERTY fields in your Documents for enhanced functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of using...
ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a shape, give it...