Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 18,134 for

paragraph

(0.09 sec)
  1. Inline.parent_paragraph property | Aspose.Words...

    Inline.parent_Paragraph property. Retrieves the parent [Paragraph](../../Paragraph/) of this node....parent_paragraph property Inline.parent_paragraph property Retrieves...parent Paragraph of this node. @property def parent_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Manage Presentation Themes in Java|Aspose.Slide...

    Master presentation themes in Aspose.Slides for Java to create, customize and convert PowerPoint files with consistent branding....100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . getPortions (). add ( portion...

    docs.aspose.com/slides/java/presentation-theme/
  3. 编辑 HTML 文档 – Aspose.HTML for Java

    学习如何使用 Aspose.HTML for Java 阅读或修改文档对象模型、如何编辑 HTML 以及使用内联 CSS 和内部 CSS。...(style); 13 14 // Create a paragraph element with class-name "gr"...Append the text node to the paragraph 22 p. appendChild (text);...

    docs.aspose.com/html/zh/java/edit-a-document/
  4. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....new paragraph and append the watermark to this paragraph. Paragraph...Paragraph watermarkPara = new Paragraph ( doc ); watermarkPara . appendChild...

    docs.aspose.com/words/java/add-watermark-in-doc...
  5. TabStop constructor | Aspose.Words for Python

    aspose.words.TabStop constructor... paragraph_format . tab_stops # 72 points...2' ) paragraphs = doc . first_section . body . paragraphs self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....writeln("Paragraph text."); insertNewPageWithHea(builder...endBookmark("MyBookmark"); builder.writeln("Paragraph text."); // This entry does...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::TabStop::Equals method | Aspose....

    Aspose::Words::TabStop::Equals method. Compares with the specified TabStop in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  8. TabLeader enumeration | Aspose.Words for Python

    aspose.words.TabLeader enumeration. Specifies the type of the leader line displayed under the tab character....set custom tab stops for a paragraph. doc = aw . Document () para...body . first_paragraph # If we are in a paragraph with no tab...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TabAlignment enumeration | Aspose.Words for Python

    aspose.words.TabAlignment enumeration. Specifies the alignment/type of a tab stop....set custom tab stops for a paragraph. doc = aw . Document () para...body . first_paragraph # If we are in a paragraph with no tab...

    reference.aspose.com/words/python-net/aspose.wo...
  10. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/java/com.aspose.word...