Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 36,213 for

paragraph

(0.06 sec)
  1. Run.Text | Aspose.Words for .NET

    Run Text property. Gets or sets the text of the run in C#....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/run...
  2. ParagraphFormat.StyleName | Aspose.Words for .NET

    ParagraphFormat StyleName property. Gets or sets the name of the Paragraph style applied to this formatting in C#....Gets or sets the name of the paragraph style applied to this formatting...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/net/aspose.words/par...
  3. Create Bullet List in Presentation using Apache...

    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.... Bulleted paragraphs are always easier to read...//Creating a paragraph Paragraph para = new Paragraph (); //Setting...

    docs.aspose.com/slides/java/slides-poi/create-b...
  4. DropCapPosition enumeration | Aspose.Words for ...

    aspose.words.DropCapPosition enumeration. Specifies the position for a drop cap text....Name Description NONE The paragraph does not have a drop cap....text margin on the anchor paragraph. MARGIN The drop cap is positioned...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeBase::get_IsInline...

    Aspose::Words::Drawing::ShapeBase::get_IsInline method. A quick way to determine if this shape is positioned inline with text in C++....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. //...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Lists::ListFormat Class Referenc...

    Allows to control what list formatting is applied to a Paragraph....formatting is applied to a paragraph. A paragraph in a Microsoft Word...bulleted or numbered. When a paragraph is bulleted or numbered, it...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. CompositeNode.GetChild | Aspose.Words for .NET ...

    CompositeNode 方法. 返回与指定类型匹配的第 N 个子节点... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    DocumentBuilder InsertHtml method. Inserts an HTML string into the document in C#....align='right'>Paragraph right</p>" + "<b>Implicit paragraph left</b>"...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Paragraph.join_runs_with_same_formatting method...

    Paragraph.join_runs_with_same_formatting method. Joins runs with the same formatting in the Paragraph....the same formatting in the paragraph. def join_runs_with_same_formatting...Examples Shows how to simplify paragraphs by merging superfluous runs...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentVisitor.visit_body_start method | Aspos...

    DocumentVisitor.visit_body_start method. Called when enumeration of the main text story in a section has started....""" paragraph_count = body . paragraphs . count self... ( "[Body start] Paragraphs: " + paragraph_count ) self . doc_traversal_depth...

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