Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 4,606 for

paragraph builder

(0.4 sec)
  1. PDF Tag Structure Issue for TOC – Missing Refer...

    We have observed that the PDF tag structure for the Table of Contents (TOC) differs when generating a document via code compared to using the Word “Save as PDF” option. Specifically, the reference link is missing in the …...removeAllChildren(); DocumentBuilder builder = new DocumentBuilder(doc);...structure for accessibility builder.getParagraphFormat().setSt...

    forum.aspose.com/t/pdf-tag-structure-issue-for-...
  2. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...DocumentBuilder builder = new DocumentBuilder(doc); // 添加普通段落 builder.Font...= 12; builder.ParagraphFormat.SpaceBefore = 0; builder.ParagraphFormat...

    forum.aspose.com/t/docx/310697
  3. 在C#中使用文件進行編程|Aspose.Words for .NET

    透過使用 Aspose.Words Document Object Model 類別,以 C# 在 .NET 中以程式方式建立、修改及管理文件。 透過管理顏色、形狀、字體和其他圖形,工作於文件的屬性、設定和內容,以及其樣式。...Object Model (DOM) Document Builder Overview Working with Document...Working with Lists Working with Paragraphs Working with Hyphenation...

    docs.aspose.com/words/zh-hant/net/programming-w...
  4. MarkupLevel | Aspose.Words for Java

    Specifies the level in the document tree where a particular StructuredDocumentTag can occur in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setStyleName("Quote"); builder.insertNode(sdtPlainText); builder.insertNode(sdtRichText);...

    reference.aspose.com/words/java/com.aspose.word...
  5. ThemeFont | Aspose.Words for Java

    Specifies the types of theme font names for document themes in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln();...getStyles().add(StyleType.PARAGRAPH, "ThemedStyle"); style.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Rotate Text in PDF using C#

    This how-to guide explains how to rotate text in PDF using C#. It contains information on IDE configuration, to-do list and a runnable sample code to rotate text in Adobe using C#....text fragment to the text builder object Save the resultant PDF...fragments as well as append paragraphs to the document if required...

    kb.aspose.com/pdf/net/how-to-rotate-text-in-pdf...
  7. FAQ|Aspose.Words for C++

    Aspose.Words for C++ answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....document size to a few hundred paragraphs. A Temporary License allows...MakeObject < Document >(); auto builder = System :: MakeObject < DocumentBuilder...

    docs.aspose.com/words/cpp/faq/
  8. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases...., false ); TextParagraph paragraph = new TextParagraph (); TextFragment...TextFragment ( paragraphContent ); paragraph . setVerticalAlignment ( VerticalAlignment...

    docs.aspose.com/pdf/java/whatsnew/
  9. RelativeHorizontalSize | Aspose.Words for Java

    Specifies relatively to what the width of a shape or a text frame is calculated horizontally in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...and position. Shape shape = builder.insertShape(ShapeType.RECTANGLE...

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

    Specifies relatively to what the height of a shape or a text frame is calculated vertically in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...and position. Shape shape = builder.insertShape(ShapeType.RECTANGLE...

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