Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 18,265 for

paragraph

(0.1 sec)
  1. FieldOptions.built_in_templates_paths property ...

    FieldOptions.built_in_templates_paths property. Gets or sets paths of MS Word built-in templates.... PARAGRAPH doc . glossary_document ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023.... Paragraphs . Add ( table ); try { //...rectangle ); } // Create a paragraph from the text fragment in...

    docs.aspose.com/pdf/net/whatsnew/2023/
  3. Aspose::Words::Tables::CellFormat::get_FitText ...

    Aspose::Words::Tables::CellFormat::get_FitText method. If true, fits text in the cell, compressing each Paragraph to the width of the cell in C++....the cell, compressing each paragraph to the width of the cell....

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Features Overview|Aspose.Slides for PHP Documen...

    Discover Aspose.Slides for PHP via Java: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....to format texts using the paragraphs and portions associated with...Shades - Paragraph Alignment - Paragraph Bulleting - Paragraph Orientation...

    docs.aspose.com/slides/php-java/features-overview/
  5. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...getSections()) { ParagraphCollection paragraphs = section.getBody().getParagraphs();...getParagraphs(); for (Paragraph paragraph : paragraphs) { ParagraphFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  6. How to use CSS Selector – Aspose.HTML for .NET

    Learn how to effectively apply selectors to select elements you want to style using QuerySelector() and QuerySelectorAll() methods in Aspose.HTML....Selector to find the first paragraph element and output its contents...Selector that extracts the first paragraph element 10 Element element...

    docs.aspose.com/html/net/how-to-articles/how-to...
  7. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...read-only, we cannot edit this paragraph without the password." ) #...range. builder . writeln ( "Paragraph inside first editable range"...

    docs.aspose.com/words/zh/python-net/restrict-do...
  8. 通過 C++ 從 ODP 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 ODP 文件中提取文本和圖像。...get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/zh-hant/cpp/parser/odp/
  9. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....the page where the current Paragraph class is in. $P is replaced...adding TextFragment to the paragraphs collection of PDF documents...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  10. ListLevelAlignment Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListLevelAlignment enum for optimal list number and bullet alignment. Enhance document formatting effortlessly!...custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words.lis...