Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 15,552 for

paragraph

(0.07 sec)
  1. Body | Aspose.Words for .NET

    Create and customize a new Body instance effortlessly with our intuitive constructor. Experience seamless integration for your projects today!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/bod...
  2. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the Paragraph....collection of borders of the paragraph. @property def borders ( self...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::InlineStory::get_Font method | A...

    Aspose::Words::InlineStory::get_Font method. Provides access to the font formatting of the anchor character of this object in C++....last child of the node is a paragraph, // for us to be able to click...(); ASSERT_EQ ( NodeType :: Paragraph , footnote -> get_LastChild...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. BuildingBlockBehavior enumeration | Aspose.Word...

    aspose.words.buildingblocks.BuildingBlockBehavior enumeration. Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document.... PARAGRAPH Specifies that the building...be inserted into its own paragraph. PAGE Specifies that the building...

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

    aspose.words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a Paragraph or a style...represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TabStopCollection class | Aspose.Words for Node.js

    Aspose.Words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a Paragraph or a style...represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldRef.insertParagraphNumberInFullContext pro...

    FieldRef.insertParagraphNumberInFullContext property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in full context....insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 部分|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/
  9. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/java/com.aspose.word...
  10. 部分|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/