Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 7,681 for

paragraph

(0.04 sec)
  1. ParagraphFormat.tab_stops property | Aspose.Wor...

    ParagraphFormat.tab_stops property. Gets the collection of custom tab stops defined for this object....right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::DocumentVisitor::VisitGroupShape...

    Aspose::Words::DocumentVisitor::VisitGroupShapeStart method. Called when enumeration of a group shape has started in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::EditableRange class | Aspose.Wor...

    Aspose::Words::EditableRange class. Represents a single editable range. To learn more, visit the documentation article in C++....+ u " we cannot edit this paragraph without the password." );...builder -> Writeln ( u "This paragraph is inside an editable range...

    reference.aspose.com/words/cpp/aspose.words/edi...
  4. Aspose::Words::InlineStory class | Aspose.Words...

    Aspose::Words::InlineStory class. Base class for inline-level nodes that can contain Paragraphs and tables. To learn more, visit the documentation article in C++....inline-level nodes that can contain paragraphs and tables. To learn more...not a paragraph, creates and appends one empty paragraph. get_Count...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in C++...-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...() -> get_Paragraphs () -> Clear (); auto paragraph = System ::...

    docs.aspose.com/slides/cpp/manage-hyperlinks/
  6. TxtLoadOptions.document_direction property | As...

    TxtLoadOptions.document_direction property. Gets or sets a document direction...# the direction of every paragraph of text that Aspose.Words...loads from plaintext. # Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.PSD for .NET 21.7 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Paragraph . Apply ( firstPortion . Paragraph ); secondPortion...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    Discover the DocumentVisitor VisitRowEnd method, essential for managing table row enumeration in your applications. Enhance your coding efficiency today!... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ParagraphFormat.SnapToGrid | Aspose.Words for .NET

    Discover how the ParagraphFormat SnapToGrid property enhances layout precision by aligning your Paragraphs with document grid lines for a polished look....Specifies whether the current paragraph should use the document grid...laying out the contents in the paragraph. public bool SnapToGrid {...

    reference.aspose.com/words/net/aspose.words/par...
  10. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...

    reference.aspose.com/words/python-net/aspose.wo...