Sort Score
Result 10 results
Languages All
Labels All
Results 8,181 - 8,190 of 180,111 for

doc

(0.3 sec)
  1. DropDownItemCollection | Aspose.Words for Java

    A collection of strings that represent all the items in a drop-down form field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a combo box, and...

    reference.aspose.com/words/java/com.aspose.word...
  2. AutoFitBehavior enumeration | Aspose.Words for ...

    Aspose.Words.Tables.AutoFitBehavior enumeration. Determines how Aspose.Words resizes the table when you invoke the [Table.autoFit()](../../aspose.words/table/autoFit/#autofitbehavior) method.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Compress Images in Ruby|Aspose.Words for Java

    Compress images using Ruby....Ruby Code def compress_images ( doc , srcFileName ) messageFormat...count = resampler . resample ( doc , desiredPpi , jpegQuality )...

    docs.aspose.com/words/java/compress-images-in-r...
  4. OleControl | Aspose.Words for Java

    Represents OLE ActiveX control in Java.... Document doc = new Document(getMyDir() + "ActiveX...docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Set PDF File Information in Ruby|Aspose.PDF for...

    Programmatically define and update PDF metadata like title, author, and keywords using Ruby.... doc = Rjb :: import ( ' com . aspose...document information doc_info = doc . getInfo () doc_info . setAuthor...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  6. Aspose::Words::BorderCollection::idx_get method...

    Aspose::Words::BorderCollection::idx_get method. Retrieves a Border object by border type in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. GroupShape constructor | Aspose.Words for Python

    GroupShape constructor. Creates a new group shape....GroupShape constructor GroupShape(doc) Creates a new group shape. def...def __init__ ( self , doc : aspose . words . DocumentBase ):...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StyleCollection.clear_quick_style_gallery metho...

    StyleCollection.clear_quick_style_gallery method. Removes all styles from the Quick Style Gallery panel.... doc = aw . Document () # Note that...for now. doc . styles . clear_quick_style_gallery () doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::Fill::OneColorGradient ...

    Aspose::Words::Drawing::Fill::OneColorGradient method. Sets the specified fill to a one-color gradient in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ParagraphFormat.spaceAfterAuto property | Aspos...

    ParagraphFormat.spaceAfterAuto property. True if the amount of spacing after the paragraph is set automatically.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Apply a large amount of...

    reference.aspose.com/words/nodejs-net/aspose.wo...