Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 15,610 for

paragraph

(0.04 sec)
  1. Aspose::Words::BuildingBlocks::BuildingBlock::g...

    Aspose::Words::BuildingBlocks::BuildingBlock::get_Gallery method. Specifies the first-level categorization for the building block for the purposes of classification or user interface sorting in C++....( BuildingBlockBehavio :: Paragraph ); block -> set_Category (...

    reference.aspose.com/words/cpp/aspose.words.bui...
  2. Aspose::Words::ConditionalStyle class | Aspose....

    Aspose::Words::ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style. To learn more, visit the documentation article in C++....get_ParagraphFormat () Gets the paragraph formatting of the conditional...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::Document::get_GlossaryDocument m...

    Aspose::Words::Document::get_GlossaryDocument method. Gets or sets the glossary document within this document or template. A glossary document is a storage for AutoText, AutoCorrect and Building Block entries defined in a document in C++....( BuildingBlockBehavio :: Paragraph ); block -> set_Category (...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Layout::LayoutEnumerator::MoveNe...

    Aspose::Words::Layout::LayoutEnumerator::MoveNextLogical method. Moves to the next sibling entity in a logical order. When iterating lines of a Paragraph broken across pages this method will move to the next line even if it resides on another page in C++....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. FieldNumChars class | Aspose.Words for Python

    aspose.words.fields.FieldNumChars class. Implements the NUMCHARS field...node, returns its parent paragraph. If the field is already removed...Document ( file_name = MY_DIR + 'Paragraphs.docx' ) builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 C# 将项目符号点转换为 Word 文件中的段落

    使用 C# 将项目符号点转换为 Word 文件中的段落。本文提供了使用 C# 从 Word 文档中删除项目符号点的步骤列表和示例代码。...Document 类中 迭代Word文件中的所有 paragraphs 访问每个段落的ListFormat对象并调用RemoveNumbers()方法...Word 文件加载到 Document 类中,并迭代 Paragraph 类型的所有子节点。访问每个段落的ListFormat...

    kb.aspose.com/zh/words/net/convert-bullet-point...
  7. FieldNumPages Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNumPages class to effortlessly implement the NUMPAGES field, enhancing document automation and efficiency....node, returns its parent paragraph. If the field is already removed...= new Document ( MyDir + "Paragraphs.docx" ); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldMacroButton class | Aspose.Words for Python

    aspose.words.fields.FieldMacroButton class. Implements the MACROBUTTON field...node, returns its parent paragraph. If the field is already removed...field runs. builder . insert_paragraph () field = builder . insert_field...

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

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.track_revisions property | Aspose.Word...

    Document.track_revisions property. True if changes are tracked when this document is edited in Microsoft Word.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...