Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 18,243 for

paragraph

(0.38 sec)
  1. PdfSaveOptions.export_document_structure proper...

    PdfSaveOptions.export_document_structure property. Gets or sets a value determining whether or not to export document structure.... paragraph_format . style = doc . styles...'Hello world!' ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....get_TextFrame (); // Creates the Paragraph object for text frame auto...auto para = txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Creates...

    docs.aspose.com/slides/cpp/manage-textbox/
  3. Convert JSON Format to POTX via C++ | products....

    Parse JSON to POTX in C++ without using Microsoft PowerPoint...the Rectangle, create the Paragraph object for a text frame, create...create Portion object for paragraph, add watermark using set_Text()...

    products.aspose.com/total/cpp/conversion/json-t...
  4. 在 C++ 中管理演示文稿主题|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中掌握演示文稿主题,以创建、定制和转换具有一致品牌标识的 PowerPoint 文件。...); auto paragraph = System :: MakeObject < Paragraph > (); auto...u "Theme text format" ); paragraph -> get_Portions () -> Add...

    docs.aspose.com/slides/zh/cpp/presentation-theme/
  5. TextPath.trim property | Aspose.Words for Python

    TextPath.trim property. Determines whether extra space is removed above and below the text.... Shape : """Insert a new paragraph with a WordArt shape inside...append_child ( aw . Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextPath.text_path_alignment property | Aspose....

    TextPath.text_path_alignment property. Defines the alignment of text.... Shape : """Insert a new paragraph with a WordArt shape inside...append_child ( aw . Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TextWrapping | Aspose.Words for Java

    Specifies how text is wrapped around the table in Java....and push it down into the paragraph below by setting the position...

    reference.aspose.com/words/java/com.aspose.word...
  8. Portion::get_Text Returns Sentence-Cased Text I...

    Hi team, for (const auto& portion : Paragraph->get_Portions()) { std::string portionText = portion->get_Text().ToUtf8String(); } currently some portion text that we are getting is in sentence case, although…...for (const auto& portion : paragraph->get_Portions()) { std::string...for (const auto& portion : paragraph->get_Portions()) { auto sourceText...

    forum.aspose.com/t/portion-get-text-returns-sen...
  9. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form.... paragraph This element is used to combine...

    docs.aspose.com/omr/net/txt-markup/elements-lay...
  10. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....Insert Shape in Word using C# Paragraph Formatting in Word using C#...

    kb.aspose.com/words/net/