Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 850 for

split document

(0.07 sec)
  1. TableStyle.allow_break_across_pages property | ...

    TableStyle.allow_break_across_pages property. Gets or sets a flag indicating whether text in a table row is allowed to Split across a page break....in a table row is allowed to split across a page break. @property...for the table. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Find and Replace Text in PDF using C#

    This quick tutorial contains information on how to find and replace text in PDF using C#. It helps in changing PDF text using C# with the help of a few API calls without using any third-party tool or software being installed....containing sample text using the Document class object Using the TextFragmentAbsorber...however, if you want to learn to split PDF files by pages, refer to...

    kb.aspose.com/pdf/net/how-to-find-and-replace-t...
  3. VbaReferenceCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Vba.VbaReferenceCollection class, a powerful tool for managing VbaReference objects efficiently in your projects....Working with VBA Macros documentation article. public sealed class...@"X:\broken.dll" ; Document doc = new Document ( MyDir + "VBA project...

    reference.aspose.com/words/net/aspose.words.vba...
  4. Aspose.Words for Python

    This API allows you to do all kinds of operations on Words files in Python code including creating, editing and converting etc....to Convert Protected Word Document to Unprotected in Python How...to Replace Words in a Word Document using Python How to Convert...

    kb.aspose.com/words/python/page/3/
  5. Aspose::Words::Saving::ImageSavingArgs::get_Ima...

    Aspose::Words::Saving::ImageSavingArgs::get_ImageStream method. Allows to specify the stream where the image will be saved to in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...docx" ); // When we save the document to HTML, we can pass a SaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose.Words for Java

    This API allows to create, edit, render, print, and convert Word Documents in Java without utilizing Microsoft Word....Cells in Word using Java Split Word Document into Sections using Java...From Word Document in Java Compare Word Documents using Java...

    kb.aspose.com/words/java/
  7. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....additional options when saving a document into the SaveFormat.HTML ...the Specify Save Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  8. VbaReference.Type | Aspose.Words for .NET

    Discover the VbaReference Type property to identify and utilize VbaReferenceType objects effectively, enhancing your VBA programming efficiency....dll" ; Document doc = new Document ( MyDir + "VBA project...refParts = libIdReference . Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/net/aspose.words.vba...
  9. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...paragraph occupies in a Word document using the LayoutEnumerator...traverse the layout entities of a document and determine the number of...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  10. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Python... split ( "/" )[ 1 ] image_format =...shape_image . content_type . split ( "/" )[ 1 ] image_format =...

    docs.aspose.com/slides/python-net/extracting-im...