Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 17,598 for

paragraph

(0.08 sec)
  1. How to Convert PDF to Tagged PDF using C#

    This article guides on how to convert PDF to tagged PDF using C#. It has all the details to set the environment, a set of steps and a runnable sample code for adding tags to PDF files using C#....contents Create a header and a paragraph element and set text for both...elements Append this header and paragraph to the root element of the...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-tag...
  2. Aspose::Words::InlineStory class | Aspose.Words...

    Aspose::Words::InlineStory class. Base class for inline-level nodes that can contain Paragraphs and tables. To learn more, visit the documentation article in C++....inline-level nodes that can contain paragraphs and tables. To learn more...not a paragraph, creates and appends one empty paragraph. get_Count...

    reference.aspose.com/words/cpp/aspose.words/inl...
  3. FieldStyleRef class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldStyleRef class. Implements the STYLEREF field...insert the paragraph number of the referenced paragraph exactly...insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Shape Types|Aspose.Slides Documentation

    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....Shape Ellipse Group Line Paragraph Portion Rectangle Shape Formatting...

    docs.aspose.com/slides/androidjava/shape-types/
  5. Aspose.PSD for .NET 23.4 - Release Notes|Docume...

    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....and ending of the styles or paragraphs appear in the incorrect place...= textData . Items [ 0 ]. Paragraph ; var textToReplace = textData...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  6. Border | Aspose.Words for Java

    Represents a border of an object in Java....including paragraph, run of text inside a paragraph or a table...docx"); Shows how to insert a paragraph with a top border. Document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....child of Paragraph . Footnote can contain Paragraph and Table...not a paragraph, creates and appends one empty paragraph. fet...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldListNum::get_ListLe...

    Aspose::Words::Fields::FieldListNum::get_ListLevel method. Gets or sets the level in the list, overriding the default behavior of the field in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  10. Manage Fonts - PowerPoint Java API|Aspose.Slide...

    Presentations usually contain both text and images. This article shows how to use PowerPoint Java API to configure the font properties of Paragraphs of text on slides....configure the font properties of paragraphs of text on slides. To manage...manage font properties of a paragraph using Aspose.Slides for Java:...

    docs.aspose.com/slides/java/manage-fonts/