Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 18,217 for

paragraph

(0.21 sec)
  1. Manage Text Boxes in Presentations with Python|...

    Aspose.Slides for Python via .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....AutoShape : for paragraph in shape . text_frame . paragraphs : for portion...portion in paragraph . portions : portion . text = portion . text...

    docs.aspose.com/slides/python-net/manage-textbox/
  2. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single form field...and can only be a child of Paragraph . FormField is represented...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::ImageData::get_BiLevel ...

    Aspose::Words::Drawing::ImageData::get_BiLevel method. Determines whether an image will be displayed in black and white in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::ConditionalStyle::get_ParagraphF...

    Aspose::Words::ConditionalStyle::get_ParagraphFormat method. Gets the Paragraph formatting of the conditional style in C++....phFormat method Gets the paragraph formatting of the conditional...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Working with Comments in C++|Aspose.Words for C++

    Working with comments using C++....how to add a comment to a paragraph using the Comment class: The...how to add a comment to a paragraph using a region of text and...

    docs.aspose.com/words/cpp/working-with-comments/
  6. NodeList Class | Aspose.Words for .NET

    Explore the Aspose.Words.NodeList class, your go-to solution for efficiently managing XPath query results and enhancing document processing capabilities....example document // contains a paragraph break inside a hyperlink,...field end // in the next paragraph. It will be much more complicated...

    reference.aspose.com/words/net/aspose.words/nod...
  7. ListTemplate | Aspose.Words for Java

    Specifies one of the predefined list formats available in Microsoft Word in Java....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/java/com.aspose.word...
  8. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...Tab"); for (Paragraph para : (Iterable<Paragraph>) template....getChildNodes(NodeType.PARAGRAPH, true)) { String className =...

    forum.aspose.com/t/html-to-docx-transformation-...
  9. Fields Overview in Node.js|Aspose.Words for Nod...

    You can access field modifying using Node.js. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....ranging from runs of text to paragraphs to tables. Some fields may...found inline (as children of Paragraph or SmartTag . The content...

    docs.aspose.com/words/nodejs-net/fields-overview/
  10. Working with Text Styles | Aspose.Note Document...

    A guide on how to work with text styles within a Java development environment.... Change style of the paragraph. Copy 1 String dataDir = Utils...with ❤ by GitHub Set default paragraph style settings. Copy 1 String...

    docs.aspose.com/note/java/working-with-text-sty...