Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 10,904 for

insert text

(0.15 sec)
  1. ParagraphFormat.KeepTogether | Aspose.Words for...

    Discover the ParagraphFormat KeepTogether property, ensure all lines stay together on one page for improved document readability and professional presentation....set ; } Examples Shows how to insert a paragraph into the document...the paragraph after appending text // and then starts a new line...

    reference.aspose.com/words/net/aspose.words/par...
  2. Android API to Render PCL to DOCM | products.as...

    Transform PCL to DOCM via Android via Java API...wide range of features such as text extraction, image extraction...such as document manipulation, text manipulation, and document conversion...

    products.aspose.com/total/android-java/conversi...
  3. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_ResizeVertically method. Gets or sets whether to resize the picture vertically from the source in C++....get_ResizeVertically () Examples Shows how to insert images using IMPORT and INCLUDEPICTURE...png" ); ASSERT_TRUE ( System :: Text :: RegularExpressions :: Regex...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java.... // 1 - An "insert" revision: // This revision...revision occurs when we insert text while tracking changes. Assert.assertTrue(runs...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldIncludeText.MimeType | Aspose.Words for .NET

    Manage your files effortlessly with the FieldIncludeText MimeType property, allowing you to easily get or set the MIME type for seamless integration....xml" , false , "text/xml" , "XML" , "ISO-8859-1"...collection data.xml" , false , "text/xml" , "XML" , "ISO-8859-1"...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldIncludeText.SourceFullName | Aspose.Words ...

    Discover the FieldIncludeText SourceFullName property to easily manage document locations with IRI. Enhance your workflow and streamline data handling!...xml" , false , "text/xml" , "XML" , "ISO-8859-1"...collection data.xml" , false , "text/xml" , "XML" , "ISO-8859-1"...

    reference.aspose.com/words/net/aspose.words.fie...
  7. How to Add a Paragraph with the Same Format As ...

    I assumed that IParagraphCollection.Insert would Insert a paragraph with the same format as the one before. But I realized that this is not necessarily the case. See attached image where the last paragraph was added wit…...Product Family slides-net , slides-text co213 March 12, 2026, 8:57am...IParagraphCollection.Insert would insert a paragraph with the...

    forum.aspose.com/t/how-to-add-a-paragraph-with-...
  8. Add Watermark to ODP Presentation Files using ....

    C# source code for adding Watermark to ODP Presentation....NET apps to insert text or image watermark into PPT...visible or invisible image or text that is placed on top of the...

    products.aspose.com/slides/net/watermark/odp/
  9. Edit PDF using C++ | Aspose.PDF

    Еdit PDF document programmatically with C++ sample code using Aspose.PDF for C++...developers can edit text in PDF, insert graphs using external...Edit PDF elements: tables, texts, images,, fields, etc. Edit...

    products.aspose.com/pdf/cpp/editor/
  10. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...debug("Inserting overlay {} content as floating text box in section...moveTo(anchorPara); // Insert content as floating text box with custom...

    forum.aspose.com/t/header-footer/325498