Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 18,523 for

paragraph

(0.17 sec)
  1. Aspose::Words::Fields::FieldNextIf class | Aspo...

    Aspose::Words::Fields::FieldNextIf class. Implements the NEXTIF field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::FieldAddIn class | Aspos...

    Aspose::Words::Fields::FieldAddIn class. Implements the ADDIN field in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Drawing::RelativeHorizontalSize ...

    Aspose::Words::Drawing::RelativeHorizontalSize enum. Specifies relatively to what the width of a shape or a text frame is calculated horizontally in C++....:: RelativeVerticalPosi :: Paragraph ) { // etting the position...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ListLevelAlignment | Aspose.Words for Java

    Specifies alignment for the list number or bullet in Java....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Drawing::ImageData::get_BiLevel ...

    Aspose::Words::Drawing::ImageData::get_BiLevel method. Determines whether an image will be displayed in black and white in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....other nodes, for example Paragraph , Section and Table and ....other content, specify font, paragraph and section formatting. DocumentBuilderOptio...

    reference.aspose.com/words/java/com.aspose.words/
  7. Clean Up Before or During a Mail Merge Operatio...

    Apply different cleaning and removing options such as deleting merge fields before performing a Mail Merge operation or removing unused regions during a Mail Merge operation....containing fields or empty paragraphs. The following code example...unmerged fields, regions, and paragraphs from a template during a...

    docs.aspose.com/words/cpp/clean-up-before-or-du...
  8. AbsolutePositionTab class | Aspose.Words for Py...

    aspose.words.AbsolutePositionTab class. An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

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

    aspose.words.fields.FieldFormula class. Implements the = (formula) field...node, returns its parent paragraph. If the field is already removed...first_section . body . first_paragraph ) . as_field_formula () field...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...( page ); // 创建文本段落 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 设置随后的行缩进 paragraph -> set_SubsequentLinesInden (...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/