Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 4,644 for

paragraph builder

(1.15 sec)
  1. Font.size property | Aspose.Words for Python

    Font.size property. Gets or sets the font size in points.... Document () builder = aw . DocumentBuilder ( doc...formatting, then add text. font = builder . font font . size = 16 font...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldAsk | Aspose.Words for Java

    Implements the ASK field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldRef fieldRef = (FieldRef) builder.insertField(FieldType.FIELD_REF...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. FieldAuthor | Aspose.Words for Java

    Implements the AUTHOR field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setDefaultDocumentAu("Joe Bloggs"); builder.write("This document was created...

    reference.aspose.com/words/java/com.aspose.word...
  5. ImageSaveOptions.image_contrast property | Aspo...

    ImageSaveOptions.image_contrast property. Gets or sets the contrast for the generated images....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Several Image Into DOC Javascript

    Merge multiple Image into DOC in JavaScript code. Save Image as DOC using JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...=> { builder.insertImage(fileName) // Insert a paragraph break...

    products.aspose.com/words/nodejs-net/merge/imag...
  7. Several JPG Into DOCX Javascript

    Merge multiple JPG into DOCX in JavaScript code. Save JPG as DOCX using JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...=> { builder.insertImage(fileName) // Insert a paragraph break...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  8. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET 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...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...

    docs.aspose.com/words/net/faq/
  9. StructuredDocumentTag class | Aspose.Words for ...

    aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...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/python-net/aspose.wo...
  10. Font.name property | Aspose.Words for Python

    Font.name property. Gets or sets the name of the font.... Document () builder = aw . DocumentBuilder ( doc...formatting, then add text. font = builder . font font . size = 16 font...

    reference.aspose.com/words/python-net/aspose.wo...