Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 180,188 for

doc

(0.34 sec)
  1. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  2. C++ API to Export CGM to GIF | products.aspose.com

    Convert CGM to GIF within C++ applications....to convert CGM file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to GIF. Aspose.PDF for C++ is...

    products.aspose.com/total/cpp/conversion/cgm-to...
  3. Working With Styles in Ruby|Aspose.Words for Java

    Working with Document Styles using Ruby.... doc = Rjb :: import ( 'com.aspose...new ( data_dir + "Test.Styles.doc" ) # Define style names as they...

    docs.aspose.com/words/java/working-with-styles-...
  4. IReplacingCallback Interface | Aspose.Words for...

    Enhance your Document processing with Aspose.Words' IReplacingCallback interface. Create custom find and replace methods for tailored results....differentFirstPageHe ) { Document doc = new Document ( MyDir + "Header...); Section firstPageSection = doc . FirstSection ; ReplaceLog logger...

    reference.aspose.com/words/net/aspose.words.rep...
  5. EndCap Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.EndCap enum for customizable line cap styles. Enhance your Document designs with unique visual effects!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Shape.ImageData | Aspose.Words for .NET

    Access and manage shape images effortlessly with the Shape ImageData property. Get instant results or null if not applicable. Enhance your design workflow!... Document doc = new Document ( MyDir + "Images...system. NodeCollection shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...
  7. Android API to Render XPS to DOT | products.asp...

    Transform XPS to DOT via Android via Java API...step is to convert XPS file to DOC using Aspose.PDF for Android...PDF, it can be converted to DOC using the same API. The second...

    products.aspose.com/total/android-java/conversi...
  8. Android API to Render SVG to XAMLFLOW | product...

    Transform SVG to XAMLFLOW via Android via Java API...used to convert SVG file to DOC. It is a powerful PDF manipulation...can be used to convert SVG to DOC. The Aspose.Words for Android...

    products.aspose.com/total/android-java/conversi...
  9. DocumentBuilder.InsertOnlineVideo | Aspose.Word...

    Effortlessly add and scale online videos in your Documents with DocumentBuilder's InsertOnlineVideo method for enhanced engagement and creativity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string videoUrl = "https://vimeo...

    reference.aspose.com/words/net/aspose.words/doc...
  10. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java.... Document doc = new Document(); // Add a plain...plain text watermark. doc.getWatermark().setText("Aspose Watermark");...

    reference.aspose.com/words/java/com.aspose.word...