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

paragraph

(0.09 sec)
  1. Aspose::Words::Drawing::RelativeHorizontalSize ...

    Aspose::Words::Drawing::RelativeHorizontalSize enum. Specifies relatively to what the width of a shape or a text frame is calculated horizontally in C++....:: RelativeVerticalPosi :: Paragraph ) { // etting the position...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. FormField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormField class to easily create and manage customizable form fields in your documents for enhanced user interaction....get; } Retrieves the parent Paragraph of this node. PreviousSibling...and can only be a child of Paragraph . FormField is represented...

    reference.aspose.com/words/net/aspose.words.fie...
  3. 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/
  4. 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...
  5. 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...
  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. 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/
  9. 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-...
  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...