HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB... Document (); let builder = new aw . DocumentBuilder...populate the document with paragraphs formatted using a "Heading"...
ShapeBase.height_relative property. Gets or sets the value that represents the percentage of shape's relative height.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...
ShapeBase.left_relative property. Gets or sets the value that represents shape's relative left position in percent.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...
I am using the below source code in order to identify any text boxes containing MergeField
Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)");
try {
// Find all text boxes containing merge fields
Docum…...merge fields DocumentBuilder builder = new DocumentBuilder(document);...isInline()) { NodeCollection<Paragraph> paragraphs = shape.getChildNodes(NodeType...
DocumentBuilder.insert_break method. Inserts a break of the specified type into the document....Use this method to insert paragraph, page, column, section or...DocumentBuilder. doc = aw . Document () builder = aw . DocumentBuilder ( doc...
Table constructor. Initializes a new instance of the [Table](../) class....contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...
Aspose::Words::Layout::LayoutCollector::LayoutCollector constructor. Initializes an instance of this class in C++.... auto builder = System :: MakeObject < Aspose...( doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak...
Aspose::Words::Layout::LayoutCollector::GetNumPagesSpanned method. Gets number of pages the specified node spans. 0 if node is within a single page. This is the same as GetEndPageIndex() - GetStartPageIndex() in C++.... auto builder = System :: MakeObject < Aspose...( doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak...