Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 8,612 for

paragraph

(0.06 sec)
  1. Paragraph.is_format_revision property | Aspose....

    Paragraph.is_format_revision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled....is_format_revision property Paragraph.is_format_revision property...Shows how to check whether a paragraph is a format revision. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FrameFormat.HorizontalDistanceFromText | Aspose...

    Discover the FrameFormat HorizontalDistanceFromText property to measure the space between frames and text in points, enhancing your document layout....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  3. FrameFormat.HeightRule | Aspose.Words for .NET

    Discover the FrameFormat HeightRule property to easily determine frame height. Optimize your designs with precise control and improved layout efficiency....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  4. ListCollection.Add | Aspose.Words for .NET

    Discover how the ListCollection Add method creates custom lists from templates, enhancing your document's organization and efficiency....format to a collection of paragraphs. Document doc = new Document...Writeln ( "Paragraph 1" ); builder . Writeln ( "Paragraph 2" ); builder...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Aspose::Words::FrameFormat::get_Width method | ...

    Aspose::Words::FrameFormat::get_Width method. Gets the width of the specified frame, in points in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  6. Paragraph.IsInCell | Aspose.Words for .NET

    Discover the Paragraph IsInCell property. Easily determine if a Paragraph is a direct child of a Cell, enhancing your document structure and formatting....Hide ] Paragraph.IsInCell property True if this paragraph is an...Enabling KeepWithNext for every paragraph in the table except for the...

    reference.aspose.com/words/net/aspose.words/par...
  7. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the Paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES)....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.update_list_labels method | Aspose.Wor...

    Document.update_list_labels method. Updates list labels for all list items in the document....label_string for each Paragraph.list_label object in the document...extract the list labels of all paragraphs that are list items. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::DocumentBuilder::InsertHtml meth...

    Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the document in C++....align='right'>Paragraph right</p>" ) + u "<b>Implicit paragraph left</b>"...SharedPtr < ParagraphCollection > paragraphs = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/doc...