Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 18,947 for

paragraph

(0.17 sec)
  1. Paragraph.parent_section property | Aspose.Word...

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the Paragraph....parent_section property Paragraph.parent_section property Retrieves...the parent Section of the paragraph. @property def parent_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ListLabel.labelString property | Aspose.Words f...

    ListLabel.labelString property. Gets a string representation of list label....extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...instanceof Paragraph) { Paragraph p = (Paragraph) std.getFirstChild();...instanceof Paragraph)) { continue; } Paragraph p = (Paragraph) c.getFirstChild();...

    forum.aspose.com/t/chinese-date-language-locale...
  4. FrameFormat | Aspose.Words for Java

    Represents frame related formatting for a Paragraph in Java....related formatting for a paragraph. Remarks: This object is always...always created. If a paragraph is a frame, then all properties...

    reference.aspose.com/words/java/com.aspose.word...
  5. 在 Android 上管理演示文稿中的项目符号和编号列表|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。... clear (); Paragraph paragraph1 = new Paragraph (); paragraph1...paragraph1 . setText ( "The first paragraph" ); textFrame . getParagraphs...

    docs.aspose.com/slides/zh/androidjava/manage-li...
  6. Paragraph.ListFormat | Aspose.Words for .NET

    Discover the Paragraph ListFormat property to easily access and customize your Paragraph's list formatting, enhancing your document's presentation....ListFormat Contents [ Hide ] Paragraph.ListFormat property Provides...formatting properties of the paragraph. public ListFormat ListFormat...

    reference.aspose.com/words/net/aspose.words/par...
  7. 在 Python 中管理演示文稿中的项目符号和编号列表|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。... 使用 Paragraph.paragraph_format 属性访问段落级别的列表设置。主要入口是...要创建项目符号列表,向 TextFrame 添加 Paragraph 对象,并将 BulletFormat.type 设置为...

    docs.aspose.com/slides/zh/python-net/manage-lists/
  8. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

    reference.aspose.com/words/java/com.aspose.word...
  9. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

    reference.aspose.com/words/java/com.aspose.word...
  10. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....PARAGRAPH, "MyStyle"); style.getFont()...from the document to the paragraph that the document builder...

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