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

paragraph

(0.17 sec)
  1. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  2. Aspose::Words::Revision::get_Group method | Asp...

    Aspose::Words::Revision::get_Group method. Gets the revision group. Returns null if the revision does not belong to any group in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. Aspose::Words::Revision::Reject method | Aspose...

    Aspose::Words::Revision::Reject method. Reject this revision in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  4. 格式化文本|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.... TextFrame ; Paragraph para = tf . Paragraphs [ 0 ]; Portion...

    docs.aspose.com/slides/zh/net/format-text/
  5. Aspose::Words::StyleCollection::AddCopy method ...

    Aspose::Words::StyleCollection::AddCopy method. Copies a style into this collection in C++....:: Words :: StyleType :: Paragraph , u "MyStyle" ); srcStyle...

    reference.aspose.com/words/cpp/aspose.words/sty...
  6. Aspose::Words::Drawing::ImageData::get_Borders ...

    Aspose::Words::Drawing::ImageData::get_Borders method. Gets the collection of borders of the image. Borders only have effect for inline images in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ImageData::get_GrayScal...

    Aspose::Words::Drawing::ImageData::get_GrayScale method. Determines whether a picture will display in grayscale mode in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. HtmlSaveOptions.AllowNegativeIndent | Aspose.Wo...

    Discover the HtmlSaveOptions AllowNegativeIndent property to control Paragraph indents when saving to HTML, MHTML, or EPUB. Optimize your document formatting today!...left and right indents of paragraphs are normalized when saving...negative indent is allowed, a paragraph might appear partially outside...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Working with Comments in Node.js|Aspose.Words f...

    How to add, remove, or manipulate comments in a document using Node.js....how to add a comment to a paragraph using the Comment class: The...how to add a comment to a paragraph using a region of text and...

    docs.aspose.com/words/nodejs-net/working-with-c...
  10. Convert data tag type to Plain text type with r...

    Hi Team, We want to convert date-type tags to plain text. If revisions are present in the document tags, we need to preserve those revisions in the plain-text version. We also need to support the reverse conversion (pla…...foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true))...

    forum.aspose.com/t/convert-data-tag-type-to-pla...