Sort Score
Result 10 results
Languages All
Labels All
Results 7,361 - 7,370 of 157,620 for

doc

(0.07 sec)
  1. Aspose::Words::Font::get_Outline method | Aspos...

    Aspose::Words::Font::get_Outline method. True if the font is formatted as outline in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set the Outline flag to...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ApplyFont method. Text formatting applied to new content in C++....ConvertNumbersToHexa () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. Hyphenation.RegisterDictionary | Aspose.Words f...

    Effortlessly enhance text processing with the Hyphenation RegisterDictionary method. Load language-specific hyphenation dictionaries seamlessly for optimal results.... Document doc = new Document ( MyDir + "German...hyphenation will take effect. doc . Save ( ArtifactsDir + "Hyphenation...

    reference.aspose.com/words/net/aspose.words/hyp...
  4. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) html = "<p align='right'>Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add text, and reference...

    reference.aspose.com/words/java/com.aspose.word...
  6. Java API to Export MD to DOCM | products.aspose...

    Convert MD to DocM using on premise Java API...is to render the MD file to DOC using Aspose.PDF for Java. This...MD file has been rendered to DOC, the second step is to use Aspose...

    products.aspose.com/total/java/conversion/md-to...
  7. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java.... Document doc = new Document(getMyDir() + "Textboxes...List shapeList = Arrays.stream(doc.getChildNodes(NodeType.SHAPE...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert TEXT To SVG C++

    Convert TEXT to SVG format in C++ code. Save TEXT 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>( u"Input...

    products.aspose.com/words/cpp/conversion/text-t...
  9. Convert Image To JPG C++

    Convert Image to JPG format in C++ code. Save Image as JPG 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-...
  10. Convert JPG To BMP C++

    Convert JPG to BMP format in C++ code. Save JPG as BMP 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/jpg-to...