Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 15,510 for

paragraph

(0.03 sec)
  1. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size....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...
  2. 部分|Aspose.Slides for Python 文档

    在Python中获取PowerPoint演示文稿中的部分...text_frame for paragraph in textFrame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/zh/python-net/portion/
  3. 部分|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/zh/cpp/portion/
  4. Aspose.Words Document Object Model (DOM) in C#|...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C#.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/net/aspose-words-document...
  5. Aspose.Words Document Object Model (DOM)|Aspose...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Java.... Every run of a text, paragraph, table, or section is a node... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/java/aspose-words-documen...
  6. Node.as_paragraph method | Aspose.Words for Python

    Node.as_Paragraph method. Cast node to [Paragraph](../../Paragraph/)....as_paragraph method as_paragraph() Cast node to Paragraph . def...def as_paragraph ( self ): ... See Also module aspose.words class...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Paragraph.NodeType | Aspose.Words for .NET

    Discover the Paragraph NodeType property that efficiently returns Paragraph data, enhancing your content structure for better performance and SEO....Hide ] Paragraph.NodeType property Returns Paragraph. public...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...

    reference.aspose.com/words/net/aspose.words/par...
  8. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. 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...
  10. 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...