Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 4,546 for

paragraph builder

(0.14 sec)
  1. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  2. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Explore the DocumentVisitor VisitShapeStart method to enhance shape enumeration in your applications. Boost efficiency and streamline your coding process!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...group . IsGroup , Is . True ); builder . InsertNode ( group ); ShapeGroupPrinter...

    reference.aspose.com/words/net/aspose.words/doc...
  3. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java....FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitLeftIndent method. Gets or sets the left indent value (in characters) for the specified Paragraphs in C++....characters) for the specified paragraphs. double Aspose :: Words ::...Examples Shows how to change paragraph spacing and indents. auto...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Working with Text Styles | Aspose.Note Document...

    A guide on how to work with text styles within a Java development environment.... Change style of the paragraph. Copy 1 String dataDir = Utils...with ❤ by GitHub Set default paragraph style settings. Copy 1 String...

    docs.aspose.com/note/java/working-with-text-sty...
  6. Shading Class | Aspose.Words for .NET

    Discover the Aspose.Words.Shading class, designed to enhance your documents with customizable shading attributes for a professional look....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...BorderCollection borders = builder . ParagraphFormat . Borders...

    reference.aspose.com/words/net/aspose.words/sha...
  7. Aspose::Words::ConditionalStyle::get_ParagraphF...

    Aspose::Words::ConditionalStyle::get_ParagraphFormat method. Gets the Paragraph formatting of the conditional style in C++....phFormat method Gets the paragraph formatting of the conditional...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("My...write("My paragraph"); // The PRINT field can send instructions to the...

    reference.aspose.com/words/java/com.aspose.word...
  9. Body.parent_section property | Aspose.Words for...

    Body.parent_section property. Gets the parent section of this story.... Paragraph ( doc ) body . append_child...parent_node ) builder = aw . DocumentBuilder ( doc ) builder . move_to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document. builder.writeln("This text is not hidden."); builder.getFont()...

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