Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 4,053 for

binary

(0.16 sec)
  1. Update all field values in a Word document onli...

    Update all field values in a Word document programmatically via Cloud API....Description document string(binary) Required The document. Note...

    docs.aspose.cloud/words/fields/update/
  2. Compress a document|Documentation

    Compress a Word document programmatically via Cloud API....Description document string(binary) Required The document. compressOptions...

    docs.aspose.cloud/words/documents/compress/
  3. Get table properties in a Word document online|...

    Get table properties in a Word document programmatically via Cloud API....Description document string(binary) Required The document. Note...

    docs.aspose.cloud/words/tables/get-table-proper...
  4. Get a `Run` object in a Word document online|Do...

    Get a `Run` object in a Word document programmatically via Cloud API....Description document string(binary) Required The document. Note...

    docs.aspose.cloud/words/paragraphs/get-run/
  5. 在 C++ 中编辑 Markdown

    使用 C++ SDK 编辑 Markdown。使用 REST API 在 Markdown 中编辑文本、修改表格、添加图像。...md" ), std::istream::binary)); auto requestParagraph =...L"Input.md" ), std::istream::binary)); auto requestTable = std::...

    products.aspose.cloud/words/zh/cpp/edit/md/
  6. 在 C++ 中编辑 TEXT

    使用 C++ SDK 编辑 TEXT。使用 REST API 在 TEXT 中编辑文本、修改表格、添加图像。...txt" ), std::istream::binary)); auto requestParagraph =...L"Input.txt" ), std::istream::binary)); auto requestTable = std::...

    products.aspose.cloud/words/zh/cpp/edit/text/
  7. 在 C++ 中编辑 MARKDOWN

    使用 C++ SDK 编辑 MARKDOWN。使用 REST API 在 MARKDOWN 中编辑文本、修改表格、添加图像。...md" ), std::istream::binary)); auto requestParagraph =...L"Input.md" ), std::istream::binary)); auto requestTable = std::...

    products.aspose.cloud/words/zh/cpp/edit/markdown/
  8. 在 C++ 中编辑 DOC

    使用 C++ SDK 编辑 DOC。使用 REST API 在 DOC 中编辑文本、修改表格、添加图像。...doc" ), std::istream::binary)); auto requestParagraph =...L"Input.doc" ), std::istream::binary)); auto requestTable = std::...

    products.aspose.cloud/words/zh/cpp/edit/doc/
  9. 在 C++ 中编辑 DOCX

    使用 C++ SDK 编辑 DOCX。使用 REST API 在 DOCX 中编辑文本、修改表格、添加图像。...docx" ), std::istream::binary)); auto requestParagraph =...L"Input.docx" ), std::istream::binary)); auto requestTable = std::...

    products.aspose.cloud/words/zh/cpp/edit/docx/
  10. C++ Compress HTML REST API

    Compress HTML to smaller size using C++ SDK. Optimize HTML content in C++....html" ), std::istream::binary)); auto requestCompressOptio...alues.begin, std::istream::binary)); std::shared_ptr<request...

    products.aspose.cloud/words/cpp/compress/html/