Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 170,563 for

doc

(0.1 sec)
  1. Shading.ForegroundPatternColor | Aspose.Words f...

    Discover the Shading ForegroundPatternColor property to customize your Shading object's foreground color for enhanced design and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/sha...
  2. ShapeBase.verticalAlignment property | Aspose.W...

    ShapeBase.verticalAlignment property. Specifies how the shape is positioned vertically.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert Image To SVG C++

    Convert Image to SVG format in C++ code. Save Image as SVG using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/conversion/image-...
  4. Convert Image To GIF C++

    Convert Image to GIF format in C++ code. Save Image as GIF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/conversion/image-...
  5. Convert HTML To MARKDOWN C++

    Convert HTML to MARKDOWN format in C++ code. Save HTML as MARKDOWN using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/html-t...
  6. Convert HTML To Markdown C++

    Convert HTML to Markdown format in C++ code. Save HTML as Markdown using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/html-t...
  7. Add Text to existing PDF using Python|Aspose.PD...

    Code example how to add or write text in Pdf Document using Python with PDF library.... doc = self . Document () doc = self . dataDir...text_fragment ) # Save PDF file doc . save ( self . dataDir + "Text_Added...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  8. Add HTML String using DOM in PHP|Aspose.PDF for...

    Explore how to add HTML content to a PDF Document using the DOM in PHP with Aspose.PDF for rich Document creation....Instantiate Document object $doc = new Document (); # Add a page...collection of PDF file $page = $doc -> getPages () -> add (); # Instantiate...

    docs.aspose.com/pdf/java/add-html-string-using-...
  9. PageSetup.topMargin property | Aspose.Words for...

    PageSetup.topMargin property. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . pageSetup . paperSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.InsertGroupShape | Aspose.Words...

    Effortlessly group shapes with DocumentBuilder's InsertGroupShape method. Create organized designs by inserting new GroupShape nodes seamlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape1 = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words/doc...