Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 19,556 for

text

(0.06 sec)
  1. HeaderFooter.HeaderFooterType | Aspose.Words fo...

    Discover the HeaderFooterType property to easily access and manage your document's header and footer types for enhanced formatting control.... The text in that paragraph // will appear...section, above the main body text. HeaderFooter header = new HeaderFooter...

    reference.aspose.com/words/net/aspose.words/hea...
  2. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section.... writeln ( 'This text is in section 1.' ) # Section...) builder . writeln ( 'This text is in section 2.' ) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Node.previous_sibling property | Aspose.Words f...

    Node.previous_sibling property. Gets the node immediately preceding this node.... writeln ( 'Section 1 text.' ) builder . insert_break (...builder . writeln ( 'Section 2 text.' ) # Both sections are siblings...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ControlChar.FieldSeparatorChar | Aspose.Words f...

    Discover how the ControlChar FieldSeparatorChar enhances data management by effectively separating field codes from values, optimizing your workflow effortlessly....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  5. ControlChar.LineBreakChar | Aspose.Words for .NET

    Discover the ControlChar LineBreakChar field, easily manage line breaks with char11 or v for smoother Text formatting and enhanced readability....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  6. ControlChar.LineBreak | Aspose.Words for .NET

    Discover the ControlChar LineBreak field for seamless Text formatting with the x000b or v character. Enhance your content's readability today!...where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  7. Table.nodeType property | Aspose.Words for Node.js

    Table.nodeType property. Returns [NodeType.Table](../../nodetype/#Table)....{ var text = childNode . getText (). trim (); if ( text !== undefined...{ console . log ( ` - \" ${ text } \"` ); } } } } See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable page break options!...where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  9. ControlChar.SectionBreak | Aspose.Words for .NET

    Discover the ControlChar SectionBreak field, efficiently manage document sections with the x000c character, enhancing formatting and readability....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  10. ParagraphFormat.widow_control property | Aspose...

    ParagraphFormat.widow_control property. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph....= doc ) # When we write the text that does not fit onto one page...orphans and widows by rearranging text via font size, spacing, or page...

    reference.aspose.com/words/python-net/aspose.wo...