Sort Score
Result 10 results
Languages All
Labels All
Results 8,911 - 8,920 of 351,102 for

document

(0.13 sec)
  1. RevisionOptions.measurementUnit property | Aspo...

    RevisionOptions.measurementUnit property. Allows to specify the measurement units for revision comments...Shows how to make a saved document conform to an older ODT schema...schema. let doc = new aw . Document ( base . myDir + "Rendering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RevisionGroupCollection.count property | Aspose...

    RevisionGroupCollection.count property. Returns the number of revision groups in the collection....revisions in a document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RevisionGroup.author property | Aspose.Words fo...

    RevisionGroup.author property. Gets the author of this revision group....revisions in a document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MarkdownOfficeMathExportMode enumeration | Aspo...

    aspose.words.saving.MarkdownOfficeMathExportMode enumeration. Specifies how Aspose.Words exports OfficeMath to Markdown....written to the document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...Examples Shows how to save a .txt document with a custom paragraph break...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_UseTargetMachineFonts method. Flag indicates whether fonts from target machine must be used to display the Document. If this flag is set to true, FontFormat and ExportEmbeddedFonts properties do not have effect, also ResourceSavingCallback is not fired for fonts. Default is false in C++....must be used to display the document. If this flag is set to true...target machine when saving a document to HTML. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. WatermarkLayout | Aspose.Words for Java

    Defines layout of the watermark relative to the watermark center in Java.... Document doc = new Document(); // Add a plain...save(getArtifactsDir() + "Document.TextWatermark.docx"); // We...

    reference.aspose.com/words/java/com.aspose.word...
  8. XpsSaveOptions.outlineOptions property | Aspose...

    XpsSaveOptions.outlineOptions property. Allows to specify outline options....a saved XPS document. let doc = new aw . Document (); let builder...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.EndColumnBookmark | Aspose.Word...

    Use DocumentBuilder's EndColumnBookmark method to easily mark the end of a column in your Document. Enhance table management with precision!...the current position in the document as a column bookmark end....names will be ignored when the document is saved. The actual position...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 在 C# 中创建 SVG、加载和读取 SVG

    了解如何从内存字符串、流或文件创建 SVG;如何从 Web 加载 SVG 并使用 Aspose.SVG for .NET API 读取 SVG。...Initialize an empty SVG document 5 using ( var document = new SVGDocument())...6 { 7 // Work with the SVG document here... 8 } 如果要将创建的空 SVG 文档保存到文件中,请使用以下...

    docs.aspose.com/svg/zh/net/create-svg-document/