Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 4,261 for

paragraph builder

(0.05 sec)
  1. Aspose::Words::Shading::get_BackgroundPatternCo...

    Aspose::Words::Shading::get_BackgroundPatternColor method. Gets or sets the color that's applied to the background of the Shading object in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...BorderCollection > borders = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/sha...
  2. Aspose::Words::Tables::CellFormat::get_FitText ...

    Aspose::Words::Tables::CellFormat::get_FitText method. If true, fits text in the cell, compressing each Paragraph to the width of the cell in C++....the cell, compressing each paragraph to the width of the cell....Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java....Examples: Shows how to insert a paragraph with a top border. Document...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Table.AbsoluteVerticalDistance | Aspose.Words f...

    Discover the AbsoluteVerticalDistance property for tables—control vertical positioning in points for precise layout. Default is 0. Optimize your design!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Table table = builder . StartTable (); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Table.relative_horizontal_alignment property | ...

    Table.relative_horizontal_alignment property. Gets or sets floating table relative horizontal alignment.... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Border::get_TintAndShade method ...

    Aspose::Words::Border::get_TintAndShade method. Gets or sets a double value that lightens or darkens a color in C++....Examples Shows how to insert a paragraph with a top border. auto doc...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. Style.list property | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the document....removed from corresponding paragraphs, runs and tables. If base.... add ( aw . StyleType . PARAGRAPH , 'MyStyle' ) style . font...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListLevel.startAt property | Aspose.Words for N...

    ListLevel.startAt property. Returns or sets the starting number for this list level....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Insert paragraphs with text with DocumentBuilder. builder.writeln("Hello...

    reference.aspose.com/words/java/com.aspose.word...