Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 180,131 for

doc

(0.1 sec)
  1. Style.is_quick_style property | Aspose.Words fo...

    Style.is_quick_style property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocSaveOptions.save_format property | Aspose.Wo...

    DocSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...DOC or SaveFormat.DOT . @property...older Microsoft Word formats. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Node | Aspose.Words for Java

    Base class for all nodes of a Word Document in Java.... Document doc = new Document(getMyDir() + "Tables...docx"); Assert.assertEquals(2, doc.getChildNodes(NodeType.TABLE...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::PlainTextDocument::get_BuiltInDo...

    Aspose::Words::PlainTextDocument::get_BuiltInDocumentProperties method. Gets BuiltInDocumentProperties of the Document in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> g...

    reference.aspose.com/words/cpp/aspose.words/pla...
  5. Buat DOC Menggunakan C#

    Buat Doc baharu dalam C# dalam beberapa langkah. Buat Doc dengan mudah menggunakan pustaka .NET....Buat DOC menggunakan pustaka .NET. Pustaka C# kami yang berkuasa...membolehkan pembangun membuat DOC secara pengaturcaraan dalam beberapa...

    products.aspose.com/words/ms/net/make/doc/
  6. 使用 C++ 製作 DOC

    通過幾個步驟在 C++ 中創建一個新的 Doc。使用 C++ 庫輕鬆創建 Doc。...使用 C++ 庫製作 DOC 我們強大的 C++ 庫允許開發人員通過幾個步驟以編程方式創建 DOC C++ 開發者只需使用我們強大的產品...即可輕鬆製作 DOC。這意味著我們的解決方案將為程序員提供在 C++ 中創建 DOC 所需的一切。 DOC Node Python...

    products.aspose.com/words/zh-hant/cpp/make/doc/
  7. FontInfoCollection indexer | Aspose.Words for P...

    FontInfoCollection indexer. Gets a font at the specified index.... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Framesets::Frameset::get_FrameDe...

    Aspose::Words::Framesets::Frameset::get_FrameDefaultUrl method. Gets or sets the web page URL or Document file name to display in this frame in C++.... auto doc = System :: MakeObject < Aspose..."Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset () -> get_ChildFramesets...

    reference.aspose.com/words/cpp/aspose.words.fra...
  9. Table.Description | Aspose.Words for .NET

    Enhance your tables with descriptive properties for better accessibility. Easily set and retrieve alternative text for improved user experience....CreateNestedTable () { Document doc = new Document (); // Create...CreateTable ( doc , 3 , 4 , "Outer Table" ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  10. ListTemplate enumeration | Aspose.Words for Nod...

    Aspose.Words.Lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); expect ( builder . listFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...