Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 36,204 for

paragraph

(0.07 sec)
  1. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 4, true); para.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Footnote - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...child of Paragraph . Footnote can contain Paragraph and Table...

    reference.aspose.com/words/java/com.aspose.word...
  3. Node - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...section body can contain Paragraph and Table nodes. // If the...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Style Class Reference - Aspose.W...

    Represents a single built-in or user-defined style....doc->get_Styles()->Add( StyleType::Paragraph , u "MyStyle" ); style->g...from the document to the paragraph that the document builder...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Creating page margins and sections to insert te...

    I would like to modify the contents of a StructuredDocumentTag to contain page margins that are specific to that sdt and then insert content into that sdt (using the margins of that sdt). I thought the below code would a…...var markerParagraph = new Paragraph(target); sdt.AppendChild(markerParagraph);...// Put paragraph before SDT and after it. The paragraphs will be...

    forum.aspose.com/t/creating-page-margins-and-se...
  6. MathPortion() | Aspose.Slides for C++ API Refer...

    Initializes a new instance of the MathPortion class....0f ); auto paragraph = shape -> get_TextFrame ()...() -> get_Paragraphs () -> idx_get ( 0 ); auto mathPortion =...

    reference.aspose.com/slides/cpp/aspose.slides.m...
  7. TabStopCollection - Aspose.Words for Java - API...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...represent custom tabs for a paragraph or a style. In Microsoft Word...

    reference.aspose.com/words/java/com.aspose.word...
  8. Range.Revisions | Aspose.Words for .NET

    Range Revisions property. Gets a collection of revisions tracked changes that exist in this range in C#....docx" ); Paragraph paragraph = doc . FirstSection...foreach ( Revision revision in paragraph . Range . Revisions ) { if...

    reference.aspose.com/words/net/aspose.words/ran...
  9. smarttag - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...images, fields,etc.) within a paragraph. Smart tags is a kind of custom...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::Fields::FieldListNum Class Refer...

    Implements the LISTNUM field....Examples Shows how to number paragraphs with LISTNUM fields. auto..."0" ); builder->Writeln(u "Paragraph 1" ); ASSERT_EQ(u " LISTNUM...

    reference.aspose.com/words/cpp/class/aspose.wor...