Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,608 for

paragraph builder

(0.06 sec)
  1. FieldToc.EntrySeparator | Aspose.Words for .NET

    Discover the FieldToc EntrySeparator property, customize character sequences to enhance entry-page navigation and improve document organization....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...FieldToc field = ( FieldToc ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldToc.HideInWebLayout | Aspose.Words for .NET

    Discover the FieldToc HideInWebLayout property to easily control tab leaders and page numbers in Web layout view for a cleaner presentation....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...FieldToc field = ( FieldToc ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  3. DocumentBuilder.currentStory property | Aspose....

    DocumentBuilder.currentStory property. Gets the story that is currently selected in this [DocumentBuilder](../)....how to work with a document builder’s current story. let doc =...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method to effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Insert paragraphs with text with DocumentBuilder. builder . Writeln...

    reference.aspose.com/words/net/aspose.words/nod...
  5. TextWrapping enumeration | Aspose.Words for Nod...

    Aspose.Words.Tables.TextWrapping enumeration. Specifies how text is wrapped around the table.... Document (); let builder = new aw . DocumentBuilder...); let table = builder . startTable (); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.RelativeHorizontalAlignment | Aspose.Word...

    Discover the Table RelativeHorizontalAlignment property to easily adjust your table's horizontal alignment for enhanced layout control and visual appeal....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Table table = builder . StartTable (); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ListLevel.number_position property | Aspose.Wor...

    ListLevel.number_position property. Returns or sets the position (in points) of the number or bullet for the list level....plus FirstLineIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldBidiOutline class | Aspose.Words for Python

    aspose.words.fields.FieldBidiOutline class. Implements the BIDIOUTLINE field...delimits each level of the paragraph numbering. Inheritance: FieldBidiOutline...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Table.relative_vertical_alignment property | As...

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

    reference.aspose.com/words/python-net/aspose.wo...
  10. 将 Markdown 翻译为 DOM|.NET 格式的 Aspose.Words

    使用 C# 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。...StrikeThrough = true // Use a document builder to add content to the document...document. DocumentBuilder builder = new DocumentBuilder (); // Make...

    docs.aspose.com/words/zh/net/translate-markdown...