Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 18,524 for

paragraph

(0.13 sec)
  1. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document.... paragraphs ). toEqual ( 1 ); expect.... builtInDocumentPrope . paragraphs ). toEqual ( 2 ); // For...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ListLevelCollection.Item | Aspose.Words for .NET

    Access list levels effortlessly with the ListLevelCollection Item property. Retrieve any level by index for seamless document formatting....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/net/aspose.words.lis...
  3. Aspose::Words::StyleCollection::get_DefaultFont...

    Aspose::Words::StyleCollection::get_DefaultFont method. Gets document default text formatting in C++....Paragraph", the collection will apply...:: Words :: StyleType :: Paragraph , u "MyStyle" ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/sty...
  4. ListLevel class | Aspose.Words for Python

    aspose.words.lists.ListLevel class. Defines formatting for a list level...linked_style Gets or sets the paragraph style that is linked to this...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Manage PowerPoint Presentation Themes in Python...

    Master presentation themes in Aspose.Slides for Python via .NET to create, customize and convert PowerPoint files with consistent branding...."+mn-lt" ) paragraph = slides . Paragraph () paragraph . portions...shape . text_frame . paragraphs . add ( paragraph ) This Python example...

    docs.aspose.com/slides/python-net/presentation-...
  6. FieldToc.prefixed_sequence_identifier property ...

    FieldToc.prefixed_sequence_identifier property. Gets or sets the identifier of a sequence for which a prefix should be added to the entry's page number....# Each entry contains the paragraph that includes the SEQ field...'PrefixSequence' builder . insert_paragraph () self . assertEqual ( '...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldEnd class | Aspose.Words for Python

    aspose.words.fields.FieldEnd class. Represents an end of a Word field in a document...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Manage Presentation Themes in C++|Aspose.Slides...

    Master presentation themes in Aspose.Slides for C++ to create, customize and convert PowerPoint files with consistent branding....); auto paragraph = System :: MakeObject < Paragraph > (); auto...u "Theme text format" ); paragraph -> get_Portions () -> Add...

    docs.aspose.com/slides/cpp/presentation-theme/
  9. Accesibility not avaliable in when converting f...

    I have some trouble converting a html document to pdf where images etc. is accessible from a program like NVDA (NV Access | Download NVDA). I’m using Aspose with .NET 5. I have made a small example where I’m creating a …...Heading</h1> <p>My first paragraph.</p> <figure class=""image""...height=""366""></figure> <p>My second paragraph.</p> <img src=""https://media...

    forum.aspose.com/t/accesibility-not-avaliable-i...
  10. Clone a Document in C#|Aspose.Words for .NET

    Clone a document to get its identical copy using C#. When creating a copy, nodes and properties of the original document are cloned....document, like a section or a paragraph? A: Individual nodes also...duplicate (e.g., a Section or Paragraph ) and call its Clone method...

    docs.aspose.com/words/net/clone-a-document/