Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 4,637 for

paragraph builder

(0.43 sec)
  1. StructuredDocumentTag.Level | Aspose.Words for ...

    Discover the StructuredDocumentTag Level property to efficiently identify its position in the document tree, enhancing your document management skills....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...structured document tag in a new paragraph. StructuredDocumentTa tagClone...

    reference.aspose.com/words/net/aspose.words.mar...
  2. StructuredDocumentTag.color property | Aspose.W...

    StructuredDocumentTag.color property. Gets or sets the color of the structured document tag....let builder = new aw . DocumentBuilder ( doc ); builder . insertNode...structured document tag in a new paragraph. let tagClone = tag . clone...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StoryType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StoryType enum, efficiently manage Word document text stories with ease. Enhance your document processing experience today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...shape, // which has a parent Paragraph, which is a child node of...

    reference.aspose.com/words/net/aspose.words/sto...
  4. Aspose::Words::Font::get_ThemeFont method | Asp...

    Aspose::Words::Font::get_ThemeFont method. Gets or sets the theme font in the applied font scheme that is associated with this Font object in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln (); // Create some...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. ShapeBase.LeftRelative | Aspose.Words for .NET

    Discover the ShapeBase LeftRelative property to easily adjust the relative left position of shapes in percentages. Enhance your design precision today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...and position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ShapeBase.TopRelative | Aspose.Words for .NET

    Discover the ShapeBase TopRelative property to easily manage shape positioning. Adjust your design with precise top percentage values for optimal layout....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...and position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ShapeBase.HeightRelative | Aspose.Words for .NET

    Discover the ShapeBase HeightRelative property to easily manage shape height as a percentage, enhancing your design's flexibility and precision....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...and position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/net/aspose.words.dra...
  8. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... Document () builder = aw . DocumentBuilder ( doc...does not count as a revision. builder . write ( 'This does not count...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RevisionCollection.Count | Aspose.Words for .NET

    Discover the RevisionCollection Count property, which efficiently reveals the total number of revisions, enhancing your data management and tracking....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...does not count as a revision. builder . Write ( "This does not count...

    reference.aspose.com/words/net/aspose.words/rev...
  10. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Helo...setText("Add text to this paragraph."); builder.getCurrentParagraph()...

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