Base class for inline-level nodes that can contain Paragraphs and tables in Java....inline-level nodes that can contain paragraphs and tables. To learn more...container for block-level nodes Paragraph and Table . The classes that...
Aspose::Words::Fields::FieldAdvance::get_LeftOffset method. Gets or sets the number of points by which the text that follows the field should be moved left in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Write ( u "This text is...
Aspose::Words::Fields::FieldAdvance::get_UpOffset method. Gets or sets the number of points by which the text that follows the field should be moved up in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Write ( u "This text is...
aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of document nodes.... run, paragraph or table cell) is located...content. builder = aw . DocumentBuilder ( doc = doc ) builder . write...
Style.list property. Gets the list that defines formatting of this list style....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...
Implement this interface if you want to have your own custom method called during a find and replace operation in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Our...after the paragraph containing the matched text. Paragraph para =...
Aspose::Words::DocumentBuilder::DeleteRow method. Deletes a row from a table in C++....the next row or to the next paragraph after the table. If you delete...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
Represents an end of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...
Represents a start of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...
DocumentBuilder.isAtEndOfParagraph property. Returns ``true`` if the cursor is at the end of the current Paragraph....at the end of the current paragraph. get isAtEndOfParagraph ()...Shows how to move a document builder’s cursor to different nodes...