Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 180,392 for

doc

(0.28 sec)
  1. Გადაიყვანეთ HTML Markdown C++

    გადაიყვანეთ HTML Markdown C++ ფორმატში კოდით. შეინახეთ HTML როგორც Markdown C++....ფორმატი 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/ka/cpp/conversion/htm...
  2. Გადაიყვანეთ Გამოსახულება GIF C++

    გადაიყვანეთ Გამოსახულება GIF C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF C++....ფორმატი 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/ka/cpp/conversion/ima...
  3. RevisionOptions.RevisionBarsPosition | Aspose.W...

    Discover how to customize the RevisionBarsPosition property in RevisionOptions to enhance your Document's appearance. Default is set to Outside.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a revision, then...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the Document.... let doc = new aw . Document (); // A...nodes that we can edit. expect ( doc . sections . count ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MarkdownSaveOptions.export_images_as_base64 pro...

    MarkdownSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output file... doc = aw . Document ( MY_DIR + 'Images...4 = export_images_as_base64 doc . save ( ARTIFACTS_DIR + 'MarkdownSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.superscript property | Aspose.Words for No...

    Font.superscript property. True if the font is formatted as superscript.... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Document::AcceptAllRevisions met...

    Aspose::Words::Document::AcceptAllRevisions method. Accepts all tracked changes in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Edit the document while...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table to the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...required feed and generated doc for your reference , kindly check...and set its position: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/charts-are-not-replacing-at-...
  9. Compress Images in Ruby|Aspose.Words for Java

    Compress images using Ruby....Ruby Code def compress_images ( doc , srcFileName ) messageFormat...count = resampler . resample ( doc , desiredPpi , jpegQuality )...

    docs.aspose.com/words/java/compress-images-in-r...
  10. VbaModule.clone method | Aspose.Words for Python

    VbaModule.clone method. Performs a copy of the [VbaModule](../).... doc = aw . Document ( file_name =...) dest_doc = aw . Document () copy_vba_project = doc . vba_project...

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