Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 10,795 for

insert text

(0.15 sec)
  1. Format PowerPoint Shapes in PHP|Aspose.Slides f...

    Learn how to format PowerPoint shapes in PHP using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....LineJoinStyle :: Round ); // Add text to each rectangle. $shape1 ->...formatting option that allows you to insert an image inside a shape—effectively...

    docs.aspose.com/slides/php-java/shape-formatting/
  2. 怎么删除标题下面指定内容的表和段落还有图片信息 - Free Support Forum - ...

    python 怎么删除标题下面指定内容的表和段落还有图片信息...docx") title_text = "受试者分布" title_para = None... True): if title_text in paragraph.get_text() and "_Toc" not...

    forum.aspose.com/t/topic/313060
  3. DocumentBuilder.start_editable_range method | A...

    DocumentBuilder.start_editable_range method. Marks the current position in the document as an editable range start....the document builder's node insertion cursor is in more than one...edited.' ) # If a region of text has two overlapping editable...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListFormat.apply_number_default method | Aspose...

    ListFormat.apply_number_default method. Starts a new default numbered list and applies it to the paragraph.... insert_break ( aw . BreakType . PARAGRAPH_BREAK...) builder . writeln ( 'Plain text' ) # Outdent the list level...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ListFormat.apply_bullet_default method | Aspose...

    ListFormat.apply_bullet_default method. Starts a new default bulleted list and applies it to the paragraph.... insert_break ( aw . BreakType . PARAGRAPH_BREAK...) builder . writeln ( 'Plain text' ) # Outdent the list level...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to set single color to all revisions and no...

    Hello Support, This is request from Mahendra Reddy Kona: We encountered a requirement where we need to maintain a consistent revision color across all document revisions, regardless of the author. Despite following the…...inserted_text_color = aw.layout.RevisionColor...layout_options.revision_options.deleted_text_color = aw.layout.RevisionColor...

    forum.aspose.com/t/how-to-set-single-color-to-a...
  7. HTML-to-Tagged-PDF: CSS border/background path ...

    <!doctype html> Bug Report: Path Objects Not Tagged as Artifacts in Tagged PDF Output body { font-family: Segoe UI, Arial, sans-serif; font-size: 10pt; line-height: 1.5; color: #222; max-width: 900px; margin: 20px…...solid #999; padding: 4px 8px; text-align: left; vertical-align:...marked-content block: % === Tagged text content (correct) === /P <</MCID...

    forum.aspose.com/t/html-to-tagged-pdf-css-borde...
  8. Performance issues with InsertShape when WrapTy...

    I have been working on a document generation method and was getting reports that after switching from Xamarin to MAUI, we started to experience the document takes sometimes twice as long as usual to generate. I was task…...BuildAcknowledgeTabl Write AVL acknowledge text and hyperlinks: 1065 ms (+1...complex documents or when inserting multiple shapes in a loop...

    forum.aspose.com/t/performance-issues-with-inse...
  9. PDF Tag Structure Issue for TOC – Missing Refer...

    We have observed that the PDF tag structure for the Table of Contents (TOC) differs when generating a document via code compared to using the Word “Save as PDF” option. Specifically, the reference link is missing in the …...BODY_TEXT); builder.writeln(); // Heading...setOutlineLevel(OutlineLevel.BODY_TEXT); builder.writeln(); // Heading...

    forum.aspose.com/t/pdf-tag-structure-issue-for-...
  10. Edit HTML with Python

    Let us edit HTML with Python. Aspose.HTML for Python via .NET is an enterprise-level SDK for the creation and modification of HTML pages programmatically....adding attributes, style, or inserting new elements. All that happens...paragraph by ID and update paragraph text. Create new paragraph by calling...

    blog.aspose.com/html/edit-html-with-python/