Sort Score
Result 10 results
Languages All
Labels All
Results 9,531 - 9,540 of 180,183 for

doc

(0.28 sec)
  1. Convert HTML To PDF C++

    Convert HTML to PDF format in C++ code. Save HTML as PDF 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...
  2. 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-...
  3. 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-...
  4. FieldGoToButton class | Aspose.Words for Python

    aspose.words.fields.FieldGoToButton class. Implements the GOTOBUTTON field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a GOTOBUTTON field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OdsoDataSourceType Enum | Aspose.Words for .NET

    Discover the Aspose.Words OdsoDataSourceType enum to easily connect to external data sources, enhancing your Document processing capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  6. AdjustmentCollection | Aspose.Words for Java

    Represents a read-only collection of Adjustment adjust values that are applied to the specified shape in Java.... Document doc = new Document(getMyDir() + "Rounded...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldIndex.SequenceSeparator | Aspose.Words for...

    Discover the FieldIndex SequenceSeparator property, easily manage character sequences for separating sequence and page numbers in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldMacroButton class | Aspose.Words for Python

    aspose.words.fields.FieldMacroButton class. Implements the MACROBUTTON field... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) self . assertTrue ( doc . has_macros...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListFormat.ListIndent | Aspose.Words for .NET

    Enhance your Document's structure with the ListFormat ListIndent method, effortlessly elevating your paragraph's list level for improved clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Aspose...

    reference.aspose.com/words/net/aspose.words.lis...
  10. BuildingBlock.Name | Aspose.Words for .NET

    Discover the BuildingBlock Name property, easily manage and customize your building blocks with a simple name assignment for enhanced organization.... Document doc = new Document (); GlossaryDocument...glossaryDoc = new GlossaryDocument (); doc . GlossaryDocument = glossaryDoc...

    reference.aspose.com/words/net/aspose.words.bui...