Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,034 for

doc to png

(0.14 sec)
  1. ShapeMarkupLanguage enumeration | Aspose.Words ...

    Aspose.Words.Drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the shape.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the Document... let doc = new aw . Document (); expect ( doc . backgroundShape...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the Document... doc = aw . Document () self . assertIsNone ( doc . background_shape...shape_rectangle = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::ShapeMarkupLanguage enu...

    Aspose::Words::Drawing::ShapeMarkupLanguage enum. Specifies Markup language used for the shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. FieldInclude | Aspose.Words for Java

    Implements the INCLUDE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can use an INCLUDE field...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Document::RenderToScale method |...

    Aspose::Words::Document::RenderToScale method. Renders a Document page inTo a Graphics object To a specified scale in C++.... auto doc = MakeObject < Document > ( MyDir...= System :: Math :: DivRem ( doc -> get_PageCount (), thumbColumns...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::Loading::LoadOptions::get_Preser...

    Aspose::Words::Loading::LoadOptions::get_PreserveIncludePictureField method. Gets or sets whether To preserve the INCLUDEPICTURE field when reading Microsoft Word formats. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); auto includePicture = System...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Modify the page setup properties...

    reference.aspose.com/words/java/com.aspose.word...
  9. RelativeVerticalPosition | Aspose.Words for Java

    Specifies To what the vertical position of a shape or text frame is relative in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a floating image...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.moveToHeaderFooter method | Asp...

    DocumentBuilder.moveToHeaderFooter method. Moves the cursor To the beginning of a header or footer in the current section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...

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