Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 15,552 for

paragraph

(0.05 sec)
  1. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects....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/inl...
  2. How to modify footnote content number style? - ...

    for (Paragraph Paragraph : footnote.getParagraphs()) { for (Run run : Paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...2025, 2:32pm 1 for (Paragraph paragraph : footnote.getParagraphs())...getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont()...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  3. Comment.story_type property | Aspose.Words for ...

    Comment.story_type property. Returns [StoryType.COMMENTS](../../storytype/#COMMENTS)....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.insert_document_inline method |...

    DocumentBuilder.insert_document_inline method. Inserts a document inline at the cursor position....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  6. Aspose::Words::DocumentVisitor::VisitBodyEnd me...

    Aspose::Words::DocumentVisitor::VisitBodyEnd method. Called when enumeration of the main text story in a section has ended in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. NodeImporter.ImportNode | Aspose.Words for .NET

    Effortlessly transfer nodes between documents with NodeImporter's ImportNode method. Enhance your workflow and streamline data integration today!... Paragraph || insertionDestination ....that is not the last empty paragraph of a section. foreach ( Section...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Aspose::Words::Layout::LayoutOptions::get_ShowP...

    Aspose::Words::Layout::LayoutOptions::get_ShowParagraphMarks method. Gets or sets indication of whether Paragraph marks are rendered. Default is false in C++....sets indication of whether paragraph marks are rendered. Default...Examples Shows how to show paragraph marks in a rendered output...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Comment.storyType property | Aspose.Words for N...

    Comment.storyType property. Returns [StoryType.Comments](../../storytype/#Comments)....last child of the node is a paragraph, // for us to be able to click...toEqual ( aw . NodeType . Paragraph ); // Edit the appearance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. InlineStory.font property | Aspose.Words for No...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....last child of the node is a paragraph, // for us to be able to click...toEqual ( aw . NodeType . Paragraph ); // Edit the appearance...

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