Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 4,545 for

paragraph builder

(0.07 sec)
  1. ShapeBase.isLayoutInCell property | Aspose.Word...

    ShapeBase.isLayoutInCell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it.... Document (); let builder = new aw . DocumentBuilder...); let table = builder . startTable (); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldNoteRef.InsertRelativePosition | Aspose.Wo...

    Discover the InsertRelativePosition property of FieldNoteRef. Easily manage bookmarked Paragraphs by setting relative positions for enhanced document navigation....position of the bookmarked paragraph. public bool InsertRelativePositi...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldNoteRef.InsertHyperlink | Aspose.Words for...

    Discover the FieldNoteRef InsertHyperlink property, easily manage hyperlink insertion for bookmarked Paragraphs to enhance your document’s interactivity....hyperlink to the bookmarked paragraph. public bool InsertHyperlink...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...; insertAndNameBookmar(builder, "MyBookmark1"); // Insert a PAGEREF...

    reference.aspose.com/words/java/com.aspose.word...
  5. ListLevel.Alignment | Aspose.Words for .NET

    Discover the ListLevel Alignment property to easily customize list item justification. Enhance your document's clarity and visual appeal today!...custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words.lis...
  6. ListLevel.font property | Aspose.Words for Node.js

    ListLevel.font property. Specifies character formatting used for the list label....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ListLevel.alignment property | Aspose.Words for...

    ListLevel.alignment property. Gets or sets the justification of the actual number of the list item....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::ShapeBase::get_IsLayout...

    Aspose::Words::Drawing::ShapeBase::get_IsLayoutInCell method. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Table > table = builder -> StartTable (); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current Paragraph (no text before the cursor)....beginning of the current paragraph (no text before the cursor)...Shows how to move a document builder’s cursor to different nodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...if the current node is a paragraph if (currentNode.NodeType ==...NodeType.Paragraph) { Paragraph currentParagraph = (Paragraph)currentNode;...

    forum.aspose.com/t/how-to-create-a-content-cont...