Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 182,635 for

doc

(0.14 sec)
  1. Փոխարկել Պատկեր PDF C++

    Փոխարկեք Պատկեր ը PDF ձևաչափի C++ կոդով: Պահեք Պատկեր որպես PDF օգտագործելով 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/hy/cpp/conversion/ima...
  2. Փոխարկել JPG WORD C++

    Փոխարկեք JPG ը WORD ձևաչափի C++ կոդով: Պահեք JPG որպես WORD օգտագործելով 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/hy/cpp/conversion/jpg...
  3. Փոխարկել Պատկեր WORD C++

    Փոխարկեք Պատկեր ը WORD ձևաչափի C++ կոդով: Պահեք Պատկեր որպես WORD օգտագործելով 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/hy/cpp/conversion/ima...
  4. Փոխարկել Պատկեր DOCX C++

    Փոխարկեք Պատկեր ը DocX ձևաչափի C++ կոդով: Պահեք Պատկեր որպես DocX օգտագործելով 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/hy/cpp/conversion/ima...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Python via Java 将 PDF 文件转换为 Doc https://products.aspose.com/pdf/zh-hans/python-java/conversion/pdf-to-Doc/ Recent content in 使用 Python via J......Python via Java 将 PDF 文件转换为 DOC https://products.aspose.com/...com/pdf/zh-hans/python-java/conversion/pdf-to-doc/ Recent content in 使用 Python...

    products.aspose.com/pdf/zh-hans/python-java/con...
  6. Aspose::Words::HeaderFooterCollection::LinkToPr...

    Aspose::Words::HeaderFooterCollection::LinkToPrevious method. Links or unlinks the specified header or footer to the corresponding header or footer in the previous section in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  7. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word Documents in C#....ComHelper" ); $doc = $comHelper -> Open ( $dataDir...$dataDir . "/ReplaceSimple.doc" ); // Check the text of the document...

    docs.aspose.com/words/net/find-and-replace-in-php/
  8. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DocX format in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Row.EnsureMinimum | Aspose.Words for .NET

    Discover the Row EnsureMinimum method, effortlessly create and append a Cell when none exist, enhancing your data structure management....Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); Row row =...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Working with Watermark in Python|Aspose.Words f...

    Create and manage watermarks in a Document using Python....TextWatermarkOptions , Color doc = Document ( "input.docx" ) options... set_text ( doc , "CONFIDENTIAL" , options ) doc . save ( "output...

    docs.aspose.com/words/python-net/working-with-w...