Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 4,591 for

paragraph builder

(0.08 sec)
  1. EditorType | Aspose.Words for Java

    Specifies the set of possible aliases or editing groups which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Hello..." + " we cannot edit this paragraph without the password."); //...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Fields::FieldLastSavedBy class |...

    Aspose::Words::Fields::FieldLastSavedBy class. Implements the LASTSAVEDBY 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...
  3. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Run can only be a child of Paragraph or inline StructuredDocumentTa...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  4. Create or Load a Document in Java|Aspose.Words ...

    Aspose.Words enables you to create a blank document or to load it from a file or stream using Java....document using the document builder: Note the default values: A...default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/java/create-or-load-a-doc...
  5. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document Builder in C++.... Inserting a Paragraph DocumentBuilder.Writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  6. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++....Shape >> ( child5 ); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> InsertNode ( group ); builder -> MoveTo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...a Section, a Body, and a Paragraph. doc . AppendChild ( new Section...doc )) . AppendChild ( new Paragraph ( doc )) . AppendChild ( new...

    reference.aspose.com/words/net/aspose.words/doc...
  9. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToc fieldToc = (FieldToc) builder.insertField(FieldType.FIELD_TOC...

    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...