Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 15,610 for

paragraphs

(0.05 sec)
  1. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....) within a paragraph. To learn more, visit the...SmartTag can be a child of a Paragraph or another SmartTag node....

    reference.aspose.com/words/java/com.aspose.word...
  2. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this page briefly answers the question "what is an XPS document?"...“Story”, “StoryFragment”, “Paragraph”, “Table” and “NamedElement”...Each “Fragment” contains “Paragraphs” with “NamedElements” and...

    docs.aspose.com/page/net/what-is-xps-file/
  3. Tables in LaTeX| Aspose.TeX for Java

    This article is a quick guide to creating functional, reader-friendly, visually apealing and professional tables in LaTeX....otherwise require multiple paragraphs to explain. They allow authors...details without having to read paragraphs of text. Standardization...

    docs.aspose.com/tex/java/latex-tables/
  4. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting. To learn more, visit the documentation article in C++....other content, specify font, paragraph and section formatting. To...get_CurrentParagraph () Gets the paragraph that is currently selected...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. 使用 C# 格式化 PDF 文档|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。使用下一个代码片段来解决您的任务。... Paragraphs . Add ( fragment ); // Save...

    docs.aspose.com/pdf/zh/net/formatting-pdf-docum...
  6. Free Support Forum - aspose.com - Latest posts

    Free Support Forum - aspose.com - Latest posts Latest posts Aspose.pdf.dll for .Net and Aspose.word.dll for .Net : merge file to single pdf having intermittent issues @jijikkt Thank you for additio......by iterating through the paragraphs and checking if they are...pageDoc) { foreach (Paragraph paragraph in pageDoc.GetChildNodes(NodeType...

    forum.aspose.com/posts.rss
  7. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....Inline can be a child of Paragraph . Examples: Shows how to determine...getRevisions().get(0).getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...

    reference.aspose.com/words/java/com.aspose.word...
  8. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....PARAGRAPH); block.setCategory("My custom...setBehavior(BuildingBlockBehavio.PARAGRAPH); block.setCategory("My custom...

    reference.aspose.com/words/java/com.aspose.word...