Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 7,685 for

paragraph

(0.04 sec)
  1. How to Insert Picture in Word using Python

    This tutorial provides quick information on how to insert picture in Word using Python. It contains information to configure the environment, a step-by-step process and finally a runnable sample code that demonstrates the process to insert image in Word using Python....Move the cursor to the last paragraph in the last section Insert...cell, field, header, footer, paragraph, or section by moving with...

    kb.aspose.com/words/python/how-to-insert-pictur...
  2. Style.Equals | Aspose.Words for .NET

    Discover the Style Equals method for comparing built-in styles. Understand linked and next Paragraph styles for enhanced formatting and design efficiency....style, linked style and next paragraph style are recursively compared...doc . FirstSection . Body . Paragraphs [ 0 ]. ParagraphFormat ....

    reference.aspose.com/words/net/aspose.words/sty...
  3. Aspose::Words::ImportFormatOptions class | Aspo...

    Aspose::Words::ImportFormatOptions class. Allows to specify various import options to format output. To learn more, visit the documentation article in C++....() -> Add ( StyleType :: Paragraph , u "MyStyle" ); myStyle ->...destination styles into direct paragraph attributes. auto options =...

    reference.aspose.com/words/cpp/aspose.words/imp...
  4. StyleCollection.default_font property | Aspose....

    StyleCollection.default_font property. Gets document default text formatting....Paragraph", the collection will apply...property. styles . default_paragraph_format . first_line_indent...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StyleCollection.DefaultFont | Aspose.Words for ...

    Discover the StyleCollection DefaultFont property for seamless document text formatting. Enhance your documents with consistent, professional style....Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words/sty...
  6. Font.superscript property | Aspose.Words for Py...

    Font.superscript property. True if the font is formatted as superscript.... PARAGRAPH , 0 , True ) . as_paragraph () # Raise this...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no cells, creates and appends one Cell in C++....contain cells, containing paragraphs with typical elements such...least one cell with an empty paragraph. row -> EnsureMinimum ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... PARAGRAPH , 0 , True ) . as_paragraph () # Raise this...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Border.tint_and_shade property | Aspose.Words f...

    Border.tint_and_shade property. Gets or sets a double value that lightens or darkens a color....Examples Shows how to insert a paragraph with a top border. doc = aw...) top_border = builder . paragraph_format . borders . top top_border...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.EnsureMinimum | Aspose.Words for .NET

    Discover the Table EnsureMinimum method, effortlessly create and append a row when your table is empty for seamless data management....cells, which may contain paragraphs // with typical elements...and one cell with an empty paragraph. table . EnsureMinimum ();...

    reference.aspose.com/words/net/aspose.words.tab...