Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 4,546 for

paragraph builder

(0.08 sec)
  1. ShapeBase.relative_horizontal_size property | A...

    ShapeBase.relative_horizontal_size property. Gets or sets the value of shape's relative size in horizontal direction.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. FieldListNum not shown in deletion all markup -...

    Hello , We have have following code to put a FieldListNum in a word document and then delete them with revision. But we have few issues and want to clarify. Why is the list num not visible? Why we dont see a strikethr…...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldListNum field = (FieldListNum) builder.insertField(FieldType.FIELD_LIST_NUM...

    forum.aspose.com/t/fieldlistnum-not-shown-in-de...
  7. FieldFileSize Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFileSize class for effortlessly implementing the FILESIZE field, enhancing document management with ease....node, returns its parent paragraph. If the field is already removed...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose.Words DOM|Aspose.Words for Python via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Python.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/python-net/aspose-words-d...
  9. Create or Load a Document in Python|Aspose.Word...

    Create a blank document or to load it from a file or stream using Python....the document builder: doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) builder . write ( "Hello world!" ) doc ...

    docs.aspose.com/words/python-net/create-or-load...
  10. Create or Load a Document in Node.js|Aspose.Wor...

    Create a blank document or to load it from a file or stream using Node.js....document builder: var doc = aw . Document () var builder = aw .... DocumentBuilder ( doc ) builder . write ( "Hello world!" ) doc...

    docs.aspose.com/words/nodejs-net/create-or-load...