Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 4,243 for

paragraph builder

(0.08 sec)
  1. FieldHyperlink Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldHyperlink class to effortlessly implement HYPERLINK fields in your documents and enhance interactivity....node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Create New Document|Aspose.Words for Java

    Create a new document easily and fast instead of using docx4j.... DocumentBuilder builder = new DocumentBuilder ( doc...doc ); // Write a new paragraph in the document with some text...

    docs.aspose.com/words/java/create-new-document/
  3. SectionStart | Aspose.Words for Java

    The type of break at the beginning of the section in Java....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild(body); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Fields::FieldTitle class | Aspos...

    Aspose::Words::Fields::FieldTitle class. Implements the TITLE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...property in the document. auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldDocVariable class |...

    Aspose::Words::Fields::FieldDocVariable class. Implements DOCVARIABLE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::FieldDocProperty class |...

    Aspose::Words::Fields::FieldDocProperty class. Implements the DOCPROPERTY field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FieldAutoTextList.ListStyle | Aspose.Words for ...

    Discover the FieldAutoTextList ListStyle property to customize your entry lists effortlessly. Enhance your content with tailored styles today!...AutoText 3" ); DocumentBuilder builder = new DocumentBuilder ( doc...field = ( FieldAutoTextList ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Drawing::ShapeBase::get_HeightRe...

    Aspose::Words::Drawing::ShapeBase::get_HeightRelative method. Gets or sets the value that represents the percentage of shape's relative height in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Drawing :: Shape > shape = builder -> InsertShape ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::DocumentBuilder::MoveToBookmark ...

    Aspose::Words::DocumentBuilder::MoveToBookmark method. Moves the cursor to a bookmark in C++....Shows how to move a document builder’s cursor to different nodes...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java....construct fields using a field builder, and then insert them into...field builder. // 1 - Single field: // Use a field builder to add...

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