Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 300,000 for

doc

(0.33 sec)
  1. Ստեղծեք Փաստաթուղթ Python Ում

    Ստեղծեք ֆայլ՝ օգտագործելով Python via .NET գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ Python ում՝ մի քանի քայլով:...հեշտությամբ փաստաթուղթ պատրաստել PDF, DOC, DOCX, HTML, EPUB և շատ այլ ձևաչափերով՝...աջակցվող ձևաչափով՝ PDF, DOCX, DOC, RTF, ODT, EPUB, HTML և այլն:...

    products.aspose.com/words/hy/python-net/make/
  2. Table.Description | Aspose.Words for .NET

    Table Description property. Gets or sets description of this table. It provides an alternative text representation of the information contained in the table in C#....CreateNestedTable () { Document doc = new Document (); // Create...CreateTable ( doc , 3 , 4 , "Outer Table" ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Create shape using java - Free Support Forum - ...

    Using Java code, I want to make this shape, Here shape color (blue), and text (testcase1,testcase2) and image should be dynamically added from java, can you send me an example for same? I have attached image for referen…...yourself): Document doc = new Document(); doc.RemoveAllChildren();...DocumentBuilder(doc); GroupShape gs = new GroupShape(doc); var bigShape...

    forum.aspose.com/t/create-shape-using-java/261860
  4. 使用 C# 製作 Markdown

    通過幾個步驟在 C# 中創建一個新的 Markdown。使用 .NET 庫輕鬆創建 Markdown。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...插入圖表 using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/zh-hant/net/make/md/
  5. 使用 C# 製作 DOCX

    通過幾個步驟在 C# 中創建一個新的 DocX。使用 .NET 庫輕鬆創建 DocX。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...插入圖表 using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/zh-hant/net/make/docx/
  6. Aspose::Words::Body::Body constructor | Aspose....

    Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/bod...
  7. Remove Metadata from PDF in Python|Aspose.PDF f...

    Find out how to remove metadata from PDF Documents in Python using Aspose.PDF, ensuring privacy and data security.... doc = self . Document () pdf = self...'/pdfaid:part/' , doc . getMetadata ())): doc . getMetadata ()...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  8. Class SystemFontSource | Aspose.Words for .NET ...

    Aspose.Words.Fonts.SystemFontSource 班级. 表示安装到系统中的所有 TrueType 字体... Document doc = new Document (); doc . FontSettings =...默认情况下,空白文档始终包含系统字体源。 Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/zh/net/aspose.words....
  9. FontSubstitutionRule.Enabled | Aspose.Words for...

    FontSubstitutionRule 财产. 指定是否启用规则... Document doc = new Document (); doc . FontSettings =...默认情况下,空白文档始终包含系统字体源。 Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Style.Name | Aspose.Words for .NET API 参考

    Style 财产. 获取或设置样式的名称...Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/zh/net/aspose.words/...