Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 15,616 for

paragraph

(0.15 sec)
  1. 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...
  2. Aspose::Words::DocumentVisitor::VisitDocumentSt...

    Aspose::Words::DocumentVisitor::VisitDocumentStart method. Called when enumeration of the document has started in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::DocumentVisitor::VisitRun method...

    Aspose::Words::DocumentVisitor::VisitRun method. Called when a run of text in the is encountered in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....section body can contain Paragraph and Table nodes. // If the...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Saving::TxtSaveOptionsBase class...

    Aspose::Words::Saving::TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats. To learn more, visit the documentation article in C++....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. auto doc = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  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. Paragraph.IsListItem | Aspose.Words for .NET

    Discover the Paragraph IsListItem property, indicating if a Paragraph is part of a bulleted or numbered list in its original revision. Enhance your document's structure!...Hide ] Paragraph.IsListItem property True when the paragraph is an...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words/par...
  9. Aspose::Words::Tables::Cell::get_LastParagraph ...

    Aspose::Words::Tables::Cell::get_LastParagraph method. Gets the last Paragraph among the immediate children in C++....aph method Gets the last paragraph among the immediate children...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Aspose::Words::Body class | Aspose.Words for C+...

    Aspose::Words::Body class. Represents a container for the main text of a section. To learn more, visit the documentation article in C++....shortcut method that creates a Paragraph object with optional text...not a paragraph, creates and appends one empty paragraph. get_Count...

    reference.aspose.com/words/cpp/aspose.words/body/