Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,273 for

paragraph builder

(0.05 sec)
  1. ListLevel.number_format property | Aspose.Words...

    ListLevel.number_format property. Returns or sets the number format for the 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/python-net/aspose.wo...
  2. Aspose::Words::Fields::FieldSeq class | Aspose....

    Aspose::Words::Fields::FieldSeq class. Implements the SEQ field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Lists::ListLevelCollection::idx_...

    Aspose::Words::Lists::ListLevelCollection::idx_set method. Gets a list level by index 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...
  4. ParagraphFormat.styleIdentifier property | Aspo...

    ParagraphFormat.styleIdentifier property. Gets or sets the locale independent style identifier of the Paragraph style applied to this formatting....independent style identifier of the paragraph style applied to this formatting...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TabStopCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all tab stop positions with the TabStopCollection Clear method. Streamline your layout for a cleaner, more organized interface....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  6. TabStop.Equals | Aspose.Words for .NET

    Discover the TabStop Equals method to efficiently compare TabStop instances. Enhance your coding precision and streamline your development process!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  7. Aspose::Words::Font::get_TintAndShade method | ...

    Aspose::Words::Font::get_TintAndShade method. Gets or sets a double value that lightens or darkens a color in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln (); // Create some...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. DocumentBuilder.insertStructuredDocumentTag met...

    DocumentBuilder.insertStructuredDocumentTag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document....let builder = new aw . DocumentBuilder ( doc ); builder . moveTo...doc . firstSection . body . paragraphs . at ( 3 )); // Note, that...

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

    Discover Aspose.Words.Drawing.LayoutFlow enum to control text layout in textboxes, enhancing your document design and readability effortlessly....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...AppendChild ( new Paragraph ( doc )); builder . InsertNode ( textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Make Markdown Using C#

    Make a new Markdown in C# in a few steps. Easily create Markdown using .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new DocumentBuilder(doc); var font = builder.Font;...

    products.aspose.com/words/net/make/md/