Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 18,326 for

paragraphs

(0.13 sec)
  1. ASP - VBScript عبر COM Interop|Aspose.PDF for .NET

    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....(with red text color) to the paragraph SampleText . Segments . Add...( seg1 ) 'Add Text paragraph to paragraphs collection of a section...

    docs.aspose.com/pdf/ar/net/asp-vbscript-via-com...
  2. 脚注 脚注|Aspose.PDF for Reporting Services

    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.... < Paragraphs > < Paragraph > < TextRuns > < TextRun...</ TextRuns > </ Paragraph > </ Paragraphs > </ Textbox > I’m...

    docs.aspose.com/pdf/ja/reportingservices/footno...
  3. PdfSaveOptions.save_format property | Aspose.Wo...

    PdfSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... paragraph_format . style_identifier.... assertTrue ( builder . paragraph_format . is_heading ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Inline.font property | Aspose.Words for Node.js

    Inline.font property. Provides access to the font formatting of this object....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Border class | Aspose.Words for Python

    aspose.words.Border class. Represents a border of an object...including paragraph, run of text inside a paragraph or a table...docx' ) Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::Cell::get_ParentRow meth...

    Aspose::Words::Tables::Cell::get_ParentRow method. Returns the parent row of the cell in C++....Enabling KeepWithNext for every paragraph in the table except for the...:: Words :: Paragraph > ( cell -> get_Paragraphs ())) { ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Convertir presentaciones de PowerPoint a video ...

    Aprenda cómo convertir presentaciones de PowerPoint a video en C++. Descubra código de ejemplo y técnicas de automatización para optimizar su flujo de trabajo....SharedPtr < Paragraph > para1 = System :: MakeObject < Paragraph > ();...SharedPtr < Paragraph > para2 = System :: MakeObject < Paragraph > ();...

    docs.aspose.com/slides/es/cpp/convert-powerpoin...
  8. Range.Replace | Aspose.Words per .NET

    Sostituisci senza sforzo tutte le istanze di una stringa di caratteri con il metodo Range Replace. Migliora l'elaborazione del testo con questo potente strumento!... Writeln ( "Every paragraph that ends with a full stop...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

    reference.aspose.com/words/it/net/aspose.words/...
  9. Работа с абзацами в Python|Aspose.Words для Pyt...

    Вставьте абзац и укажите его формат в документе, используя Python....заканчивающихся специальным символом paragraph break . В Aspose.Words абзац...абзац представлен классом Paragraph . Вставить абзац Чтобы вставить...

    docs.aspose.com/words/ru/python-net/working-wit...
  10. Ajouter un Objet Cercle au Fichier PDF|Aspose.P...

    Cet article explique comment créer un objet cercle dans votre PDF en utilisant Aspose.PDF pour C++....Graph à la collection de paragraphes de la page Enregistrer notre...collection de paragraphes de la page page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/fr/cpp/add-circle/