Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,590 for

paragraph builder

(0.18 sec)
  1. TabStopCollection.Before | Aspose.Words for .NET

    Discover the TabStopCollection Before method, efficiently retrieve the nearest left tab stop for seamless navigation in your application....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  2. TabStopCollection.After | Aspose.Words for .NET

    Discover the TabStopCollection After method to efficiently retrieve the first tab stop right of your specified position for seamless navigation....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  3. ListTrailingCharacter | Aspose.Words for Java

    Specifies the character that separates the list label from the text of the Paragraph in Java....label from the text of the paragraph. Remarks: Used as a value...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font....document builder. let doc = new aw . Document (); let builder = new...); builder . underline = aw . Underline . Dash ; builder . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::DocumentBuilder::Writeln method ...

    Aspose::Words::DocumentBuilder::Writeln method. Inserts a Paragraph break into the document in C++....DocumentBuilder::Writeln() method Inserts a paragraph break into the document. void...method Inserts a string and a paragraph break into the document. void...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Make DOC Using Python

    Make a new DOC in Python in a few steps. Easily create DOC using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/doc/
  7. Make A Document In Python

    Create a file using Python via .NET library. Easily create a new document in Python in a few steps....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/
  8. Make WORD Using Python

    Make a new a Word document in Python in a few steps. Easily create a Word document using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/word/
  9. 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...
  10. 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...