Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 36,324 for

paragraph

(0.06 sec)
  1. Portion|Aspose.Slides for Python Documentation

    Get portion in PowerPoint presentation in Python...text_frame for paragraph in textFrame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/python-net/portion/
  2. Aspose::Words::Replacing Namespace Reference - ...

    The Aspose.Words.Replacing namespace provides classes to manipulate with find/replace operations over the document tree....Insert a document after the paragraph containing the matched text...para = System::DynamicCast<Paragraph>(args->get_MatchNode()->get_ParentNode());...

    reference.aspose.com/words/cpp/namespace/aspose...
  3. NodeImporter | Aspose.Words for .NET

    NodeImporter constructor. Initializes a new instance of the NodeImporter class in C#.... Paragraph || insertionDestination ....that is not the last empty paragraph of a section. foreach ( Section...

    reference.aspose.com/words/net/aspose.words/nod...
  4. DocumentVisitor.VisitSpecialChar | Aspose.Words...

    DocumentVisitor VisitSpecialChar method. Called when a SpecialChar node is encountered in the document in C#.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Cell.LastParagraph | Aspose.Words for .NET

    Cell LastParagraph property. Gets the last Paragraph among the immediate children in C#....LastParagraph property Gets the last paragraph among the immediate children...children. public Paragraph LastParagraph { get ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this Paragraph, including applied indirectly by styles or lists....tab stops applied to this paragraph, including applied indirectly...set custom tab stops for a paragraph. doc = aw . Document () para...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::TabStopCollection Class Referenc...

    A collection of TabStop objects that represent custom tabs for a Paragraph or a style....represent custom tabs for a paragraph or a style. In Microsoft Word...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. indexOf | Aspose.Sildes for Node.js via Java AP...

    indexOf indexOf( Paragraph item) function Determines the index of a specific item in the List. Parameters Name Type D......indexOf indexOf( Paragraph item) function Determines the index...Name Type Description item Paragraph The object to locate in the...

    reference.aspose.com/slides/nodejs-java/aspose....
  9. SmartTag - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...images, fields,etc.) within a paragraph. Smart tags is a kind of custom...

    reference.aspose.com/words/java/com.aspose.word...
  10. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....section body can contain Paragraph and Table nodes. // If the...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...