Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 4,545 for

paragraph builder

(0.06 sec)
  1. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve.... Document () builder = aw . DocumentBuilder ( doc...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Make DOC Using C++

    Make a new DOC in C++ in a few steps. Easily create DOC using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/doc/
  3. Make HTML Using C++

    Make a new HTML in C++ in a few steps. Easily create HTML using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/html/
  4. Aspose::Words::TabStopCollection::Clear method ...

    Aspose::Words::TabStopCollection::Clear method. Deletes all tab stop positions in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...TabStopCollection > tabStops = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Aspose::Words::TabStopCollection::GetHashCode m...

    Aspose::Words::TabStopCollection::GetHashCode method. Serves as a hash function for this type in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...TabStopCollection > tabStops = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/tab...
  6. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Insert paragraphs with text with DocumentBuilder. builder.writeln("Hello...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentBuilder.Underline | Aspose.Words for .NET

    Discover DocumentBuilder's Underline property to easily customize font styles. Enhance your documents with versatile underline options for a professional look....text inserted by a document builder. Document doc = new Document...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Underline...

    reference.aspose.com/words/net/aspose.words/doc...
  8. FieldBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBuilder class to effortlessly create fields using code tokens and switches. Enhance your document automation today!... BuildAndInsert ( Paragraph ) Builds and inserts a field...the end of the specified paragraph. Examples Shows how to construct...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ParagraphFormat.is_heading property | Aspose.Wo...

    ParagraphFormat.is_heading property. True when the Paragraph style is one of the built-in Heading styles....is_heading property True when the paragraph style is one of the built-in...document. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RelativeVerticalPosition enumeration | Aspose.W...

    aspose.words.drawing.RelativeVerticalPosition enumeration. Specifies to what the vertical position of a shape or text frame is relative.... PARAGRAPH The object is positioned relative...relative to the top of the paragraph that contains the anchor....

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