Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 18,217 for

paragraph

(0.1 sec)
  1. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the Paragraph....collection of borders of the paragraph. @property def borders ( self...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BuildingBlockBehavior enumeration | Aspose.Word...

    aspose.words.buildingblocks.BuildingBlockBehavior enumeration. Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document.... PARAGRAPH Specifies that the building...be inserted into its own paragraph. PAGE Specifies that the building...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document....Body; // Create a new paragraph element var p = (HTMLPara...CreateTextNode( "We add a new paragraph to an HTML document." ); //...

    products.aspose.com/html/net/editor/html/
  4. Aspose::Words::Comment class | Aspose.Words for...

    Aspose::Words::Comment class. Represents a container for text of a comment. To learn more, visit the documentation article in C++....not a paragraph, creates and appends one empty paragraph. get_Ancestor...() override Gets the first paragraph in the story. get_Font ()...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. About move a table data lower part of aspose wo...

    Hi, How to move a table data lower part of an aspose word just above footer. I have tried to place table just above footer, but it is moving up while generates report. Coud pls help me on this? Generated Report: Re…...ParentNode; // usually a Body or a Paragraph parent.RemoveChild(tableToMove);...table after the last body paragraph of the section that contains...

    forum.aspose.com/t/about-move-a-table-data-lowe...
  6. Node.as_paragraph method | Aspose.Words for Python

    Node.as_Paragraph method. Cast Node to [Paragraph](../../Paragraph/)....as_paragraph method as_paragraph() Cast Node to Paragraph . def...def as_paragraph ( self ): ... See Also module aspose.words class...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cell.FirstParagraph | Aspose.Words for .NET

    Discover the Cell FirstParagraph property to effortlessly access the first Paragraph from immediate children, enhancing your content management....FirstParagraph property Gets the first paragraph among the immediate children...children. public Paragraph FirstParagraph { get ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.tab...
  8. MathText|Aspose.Slides Documentation

    Work with math text in C# using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX....150 ); // Access the math paragraph var mathParagraph = (( MathPortion...) mathShape . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]). MathParagraph...

    docs.aspose.com/slides/net/examples/elements/ma...
  9. Aspose::Words::Drawing::Shape::Shape constructo...

    Aspose::Words::Drawing::Shape::Shape constructor. Creates a new shape object in C++....VerticalAlignment :: Top ); // Add a paragraph to the text box and add a...SharedPtr < Aspose :: Words :: Paragraph >> ( System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ListFormat.List | Aspose.Words for .NET

    Manage your document's structure with ListFormat. Easily get or set the list for any Paragraph, enhancing organization and readability....Gets or sets the list this paragraph is a member of. public List...bullets and numbering from the paragraph and sets the list level number...

    reference.aspose.com/words/net/aspose.words.lis...