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

paragraph builder

(0.14 sec)
  1. Aspose::Words::Fields::FieldHyperlink class | A...

    Aspose::Words::Fields::FieldHyperlink class. Implements the HYPERLINK 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...
  2. Row | Aspose.Words for Java

    Represents a table row in Java....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....OfficeMath can only be a child of Paragraph . Examples: Shows how to set...getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python....Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...phrase is composed of multiple paragraphs, sections, or pages. Some...

    docs.aspose.com/words/python-net/find-and-replace/
  5. Create or Load a Document in C++|Aspose.Words f...

    Create a blank document or to load it from a file or stream using C++....document using the document builder: Note the default values: A...default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/cpp/create-or-load-a-docu...
  6. FieldBidiOutline | Aspose.Words for Java

    Implements the BIDIOUTLINE field in Java....delimits each level of the paragraph numbering. Examples: Shows...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. FormField class | Aspose.Words for Node.js

    Aspose.Words.Fields.FormField class. Represents a single form field...and can only be a child of Paragraph . FormField is represented...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Content Control visible in WPS but not visible ...

    Hi team, I am creating content contol with below code. SDT is getting created successfully and visible in WPS but same is not visible in MS word. Code Snippet: public void createSDT(Document document, CustomNode cust…...void makeParaChildOfStruc(Paragraph para, StructuredDocumentTa... structuredDocumentTa) { Paragraph para = customNode.getParaNode();...

    forum.aspose.com/t/content-control-visible-in-w...
  9. ListLevelAlignment | Aspose.Words for Java

    Specifies alignment for the list number or bullet in Java....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create a clickable icon (hyperlink on iconor im...

    Hi , I want to create pdf file from a word file. In that i am adding some content along with I have to add a icon which is clickable and open a link. it will be lengthy and it should hide. content should be like (pape…...attachmentAsLink(DocumentBuilder builder, Resource resource, String...try { // builder.getFont().setColor(Color.blue); builder.getParagraphFormat()...

    forum.aspose.com/t/create-a-clickable-icon-hype...