Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 15,563 for

paragraph

(0.05 sec)
  1. Aspose::Words::Font::get_Subscript method | Asp...

    Aspose::Words::Font::get_Subscript method. True if the font is formatted as subscript in C++....ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TabStop.position property | Aspose.Words for Py...

    TabStop.position property. Gets the position of the tab stop in points....right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.tab_stops property | Aspose.Wor...

    ParagraphFormat.tab_stops property. Gets the collection of custom tab stops defined for this object....right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result in Java....FieldSeparator can only be a child of Paragraph . A complete field in a Microsoft...getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...

    reference.aspose.com/words/java/com.aspose.word...
  6. TxtLoadOptions.document_direction property | As...

    TxtLoadOptions.document_direction property. Gets or sets a document direction...# the direction of every paragraph of text that Aspose.Words...loads from plaintext. # Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  8. CompatibilityOptions.do_not_suppress_paragraph_...

    CompatibilityOptions.do_not_suppress_Paragraph_borders property. Do Not Suppress Paragraph Borders Next To Frames....do_not_suppress_paragraph_borders property CompatibilityOptions...do_not_suppress_paragraph_borders property Do Not Suppress Paragraph Borders...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Cell.firstParagraph property | Aspose.Words for...

    Cell.firstParagraph property. Gets the first Paragraph among the immediate children....firstParagraph property Gets the first paragraph among the immediate children...firstParagraph () : Aspose . Words . Paragraph Examples Shows how to build...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Section::ClearContent method | A...

    Aspose::Words::Section::ClearContent method. Clears the section in C++....is cleared, only one empty paragraph is left that represents the...() -> get_Body () -> get_Paragraphs () -> get_Count ()); // Running...

    reference.aspose.com/words/cpp/aspose.words/sec...