Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 88,712 for

doc format

(0.13 sec)
  1. Convert HTML To JPG Javascript

    Convert HTML to JPG Format in JavaScript code. Save HTML as JPG using JavaScript....transform HTML to JPG image format with just a few lines of JavaScript...files to many popular image formats. Save HTML as JPG in JavaScript...

    products.aspose.com/words/nodejs-net/conversion...
  2. ShapeBase.wrapType property | Aspose.Words for ...

    ShapeBase.wrapType property. Defines whether the shape is inline or floating... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StructuredDocumentTagRangeStart.wordOpenXMLMini...

    StructuredDocumentTagRangeStart.wordOpenXMLMinimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveFormat/#FlatOpc) Format....FlatOpc format. Unlike the StructuredDocumentTa...the node in the FlatOpc format. let doc = new aw . Document ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Font::get_Name method | Aspose.W...

    Aspose::Words::Font::get_Name method. Gets or sets the name of the font in C++....insert formatted text using DocumentBuilder . auto doc = System...DocumentBuilder > ( doc ); // Specify font formatting, then add text...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. Aspose::Words::Vba::VbaProject::get_CodePage me...

    Aspose::Words::Vba::VbaProject::get_CodePage method. Gets or sets the VBA project’s code page in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  6. Aspose::Words::Vba::VbaProject::get_IsSigned me...

    Aspose::Words::Vba::VbaProject::get_IsSigned method. Shows whether the VbaProject is signed or not in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  7. Convert Image To SVG C#

    Convert Image to SVG Format in C# code. Save Image as SVG using C#....SVG, and many other document formats using C#, F#, VB.NET. SVG Node...transform image to SVG image format with just a few lines of C#...

    products.aspose.com/words/net/conversion/image-...
  8. Convert Image To PNG C#

    Convert Image to PNG Format in C# code. Save Image as PNG using C#....PNG, and many other document formats using C#, F#, VB.NET. PNG Node...transform image to PNG image format with just a few lines of C#...

    products.aspose.com/words/net/conversion/image-...
  9. Create Empty Document in NPOI|Aspose.Words for ...

    Create an empty Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); doc . Save ( "blank.docx"...; XWPFDocument doc = new XWPFDocument (); doc . CreateParagraph...

    docs.aspose.com/words/net/create-empty-document...
  10. FieldRD | Aspose.Words for Java

    Implements the RD field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a document builder to...

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