Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 300,003 for

doc

(0.13 sec)
  1. TableSubstitutionRule.GetSubstitutes | Aspose.W...

    TableSubstitutionRule GetSubstitutes method. Returns array containing substitute font names for the specified original font name in C#.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Aspose::Words::Fields::UserInformation::get_Ini...

    Aspose::Words::Fields::UserInformation::get_Initials method. Gets or sets the user's initials in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Properties Namespace Reference -...

    The Aspose.Words.Properties namespace provides classes to work with custom and built-in Document properties such as title, keywords, company etc.... auto doc = MakeObject<Document>(); ASSERT_EQ(...ASSERT_EQ( DocumentSecurity::None , doc->get_BuiltInDocumentPrope()->get_Security());...

    reference.aspose.com/words/cpp/namespace/aspose...
  4. TableSubstitutionRule.AddSubstitutes | Aspose.W...

    TableSubstitutionRule 方法. 为给定的原始字体名称添加替代字体名称... Document doc = new Document (); doc . FontSettings =...默认情况下,空白文档始终包含系统字体源。 Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/zh/net/aspose.words....
  5. CustomXmlProperty.Value | Aspose.Words for .NET...

    CustomXmlProperty 财产. 获取或设置自定义 XML 属性或智能标记属性的值...public void Create () { Document doc = new Document (); // 智能标记出现在文档中,Microsoft...SmartTag smartTag = new SmartTag ( doc ); // 智能标签是包含其识别文本的完整的复合节点。 //...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Font DoubleStrikeThrough property. True if the font is formatted as double strikethrough text in C#.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Document.VersionsCount | Aspose.Words for .NET

    Document VersionsCount property. Gets the number of Document versions that was stored in the Doc Document in C#....versions that was stored in the DOC document. public int VersionsCount...Word supports versions only for DOC files. This property allows to...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::Document::get_VersionsCount meth...

    Aspose::Words::Document::get_VersionsCount method. Gets the number of Document versions that was stored in the Doc Document in C++....versions that was stored in the DOC document. int32_t Aspose :: Words...Word supports versions only for DOC files. This property allows to...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. FieldOptions.DefaultDocumentAuthor | Aspose.Wor...

    FieldOptions DefaultDocumentAuthor property. Gets or sets default Document authors name. If authors name is already specified in builtin Document properties this option is not considered in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/net/aspose.words.fie...
  10. ViewOptions.ViewType | Aspose.Words for .NET AP...

    ViewOptions 财产. 控制 Microsoft Word 中的查看模式... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

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