Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 18,524 for

paragraphs

(0.17 sec)
  1. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。...object to paragraphs collection of page page . Paragraphs . Add (...to the paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/zh/net/add-arc/
  2. Add Line Object to PDF file|Aspose.PDF for Java

    This article explains how to create a line object to your PDF using Aspose.PDF for Java.... Add Graph object to paragraphs collection of page instance...); // Add graph object to paragraphs collection of page instance...

    docs.aspose.com/pdf/java/add-line/
  3. ParagraphFormat.outlineLevel property | Aspose....

    ParagraphFormat.outlineLevel property. Specifies the outline level of the paragraph in the document....the outline level of the paragraph in the document. get outlineLevel...Examples Shows how to configure paragraph outline levels to create collapsible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::TabStop::get_Alignment method | ...

    Aspose::Words::TabStop::get_Alignment method. Gets or sets the alignment of text at this tab stop in C++....right tab stop in TOC related paragraphs. auto doc = System :: MakeObject...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. ParagraphFormat.outline_level property | Aspose...

    ParagraphFormat.outline_level property. Specifies the outline level of the paragraph in the document....the outline level of the paragraph in the document. @property...Examples Shows how to configure paragraph outline levels to create collapsible...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FindReplaceOptions.ignoreInserted property | As...

    FindReplaceOptions.ignoreInserted property. Gets or sets a boolean value indicating either to ignore text inside insert revisions...revisions and insert a paragraph. That paragraph will be an insert...doc . firstSection . body . paragraphs . at ( 1 ). isInsertRevision...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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 [ 1 ]. ParagraphFormat ....

    reference.aspose.com/words/net/aspose.words/sty...
  8. ASP - JScript via COM Interop|Aspose.PDF for .NET

    Learn to use Aspose.PDF for .NET in ASP and JScript applications through COM Interop. Enable advanced PDF capabilities....JScript" ; // Add Text paragraph to paragraphs collection of a section...section pdfpage . Paragraphs . Add ( SampleText ); // Save PDF...

    docs.aspose.com/pdf/net/asp-jscript-via-com-int...
  9. FindReplaceOptions.IgnoreInserted | Aspose.Word...

    Discover the FindReplaceOptions IgnoreInserted property, control text handling in insert revisions with this simple boolean setting. Default is false....revisions and insert a paragraph. That paragraph will be an insert...doc . FirstSection . Body . Paragraphs [ 1 ]. IsInsertRevision ...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....); // Create text paragraph auto paragraph = MakeObject < TextParagraph...Set subsequent lines indent paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/