Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 4,610 for

paragraph builder

(0.18 sec)
  1. Გააკეთეთ Markdown Python Ის Გამოყენებით

    შექმენით ახალი Markdown Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით Markdown Python via .NET ბიბლიოთეკის გამოყენებით....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/ka/python-net/make/md/
  2. StructuredDocumentTag Class | Aspose.Words for ...

    Discover Aspose.Words.Markup.StructuredDocumentTag class for efficient content control in documents. Enhance your document management with SDT features!...places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  3. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...get_Pages () -> Add (); auto builder = MakeObject < TextBuilder...( page ); // 创建文本段落 auto paragraph = MakeObject < TextParagraph...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Words method. Represents an estimate of the number of words in the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。... add (); TextBuilder builder = new TextBuilder ( page );...TextParagraph paragraph = new TextParagraph (); // 设置后续行缩进 paragraph . ...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  6. ShapeBase.relativeVerticalPosition property | A...

    ShapeBase.relativeVerticalPosition property. Specifies relative to what the shape is positioned vertically....Paragraph . Has effect only for top...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Field class | Aspose.Words for Node.js

    Aspose.Words.Field class. Represents a Microsoft Word document field...content and span multiple paragraphs or sections in a document...content, such as nested fields, paragraphs, shapes, tables and in this...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...first, even and odd pages. builder.getPageSetup().setDifferentFirstPag(true);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Field class | Aspose.Words for Python

    aspose.words.fields.Field class. Represents a Microsoft Word document field...content and span multiple paragraphs or sections in a document...content, such as nested fields, paragraphs, shapes, tables and in this...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Text...fieldCitation = (FieldCitation) builder.insertField(FieldType.FIELD_CITATION...

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