Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 4,242 for

paragraph builder

(0.04 sec)
  1. Aspose::Words::Tables::Table::get_RelativeHoriz...

    Aspose::Words::Tables::Table::get_RelativeHorizontalAlignment method. Gets or sets floating table relative horizontal alignment in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Table > table = builder -> StartTable (); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::Fields::FieldAdvance::get_LeftOf...

    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...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldAdvance::get_UpOffs...

    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...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Lists::List::get_IsMultiLevel me...

    Aspose::Words::Lists::List::get_IsMultiLevel method. Returns true when the list contains 9 levels; false when 1 level in C++....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. Aspose::Words::Lists::ListLevelAlignment enum |...

    Aspose::Words::Lists::ListLevelAlignment enum. Specifies alignment for the list number or bullet in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....content between specific paragraphs using the `ExtractContent`...getChild ( $ nodeType -> PARAGRAPH , 6 , true ); $ endPara =...

    docs.aspose.com/words/java/extract-content-in-php/
  7. Aspose::Words::Tables::Table class | Aspose.Wor...

    Aspose::Words::Tables::Table class. Represents a table in a Word document. To learn more, visit the documentation article in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Table > table = builder -> StartTable (); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. List.style property | Aspose.Words for Python

    List.style property. Gets the list style that this list references or defines....list cannot be applied to paragraphs in the document directly...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Navigation with Cursor in C#|Aspose.Words for .NET

    Navigate between different nodes within a document, such as a Paragraph, bookmark, or a specific character using C#....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/net/navigation-with-cursor/
  10. Navigation with Cursor in Java|Aspose.Words for...

    Navigate between different nodes within a document, such as a Paragraph, bookmark, or a specific character using Java....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/java/navigation-with-cursor/