Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 4,637 for

paragraph builder

(0.16 sec)
  1. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...Document(inStream) Dim builder As New DocumentBuilder(doc)...Dim PageHeight As Int64 = builder.PageSetup.PageHeight Dim PageWidth...

    forum.aspose.com/t/aspose-words-automatically-a...
  2. FieldEQ | Aspose.Words for Java

    Implements the EQ field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...// Here we use a document builder to insert an EQ field, with...

    reference.aspose.com/words/java/com.aspose.word...
  3. Revision class | Aspose.Words for Python

    aspose.words.Revision class. Represents a revision (tracked change) in a document node or style... Document () builder = aw . DocumentBuilder ( doc...does not count as a revision. builder . write ( 'This does not count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionCollection class—efficiently manage document revisions with a powerful collection of Revision objects for seamless editing....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...does not count as a revision. builder . Write ( "This does not count...

    reference.aspose.com/words/net/aspose.words/rev...
  5. FieldIf Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldIf class—efficiently implement IF fields to enhance document automation and streamline your workflow....node, returns its parent paragraph. If the field is already removed...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldIf class | Aspose.Words for Python

    aspose.words.fields.FieldIf class. Implements the IF field...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldDate field = (FieldDate) builder.insertField(FieldType.FIELD_DATE...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldFileName class | As...

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

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. ListTemplate | Aspose.Words for Java

    Specifies one of the predefined list formats available in Microsoft Word in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...ON); addOutlineHeadingPar(builder, docList, "Aspose.Words Outline...

    reference.aspose.com/words/java/com.aspose.word...
  10. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...can have text, can contain Paragraph and Table nodes as children...firstParagraph Gets the first paragraph in the shape. flipOrientation...

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