Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 36,322 for

paragraph

(0.07 sec)
  1. RTF Export - Numbering Features|Aspose.Words fo...

    Export to RTF format using numbering saving features in Java....String Yes Number Format Yes Paragraph Properties Yes Font Properties...Properties Yes Linked Paragraph Style Yes Starting Value Yes Text...

    docs.aspose.com/words/java/numbering-features-s...
  2. Aspose::Words::DocumentVisitor::VisitSpecialCha...

    Aspose::Words::DocumentVisitor::VisitSpecialChar method. Called when a SpecialChar node is encountered in the document in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

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

    Aspose::Words::DocumentVisitor::VisitFormField method. Called when a form field is encountered in the document in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. CompareOptions - Aspose.Words for Java - API Re...

    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...DocumentBuilder(docOriginal); // Paragraph text referenced with an endnote:...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. style - 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...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/java/com.aspose.word...
  7. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....OfficeMath can only be a child of Paragraph . Examples: Shows how to set...getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. 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...
  10. Save Word File as PDF C# .NET, Position Column ...

    After you upload a Word document to the system, the shapes in the document slip when you want to view it. When we saved the word file as pdf to see if there was a problem with the Word page settings, we found that we did…...are anchored in paragraph A0. The paragraph is shifted right...column-relative shapes in that paragraph are also shifted. The differences...

    forum.aspose.com/t/save-word-file-as-pdf-c-net-...