Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 182,432 for

doc

(0.18 sec)
  1. 使用 C++ 製作 WORD

    通過幾個步驟在 C++ 中創建一個新的 WORD。使用 C++ 庫輕鬆創建 WORD。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/zh-hant/cpp/make/word/
  2. WriteProtection.ValidatePassword | Aspose.Words...

    Secure your Documents with the WriteProtection ValidatePassword method. Easily verify if the password matches the Document's protection for enhanced security.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  3. Aspose::Words::Document::get_WriteProtection me...

    Aspose::Words::Document::get_WriteProtection method. Provides access to the Document write protection options in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Settings::WriteProtection::get_I...

    Aspose::Words::Settings::WriteProtection::get_IsWriteProtected method. Returns true when a write protection password is set in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Aspose::Words::Settings::WriteProtection::get_R...

    Aspose::Words::Settings::WriteProtection::get_ReadOnlyRecommended method. Specifies whether the Document author has recommended that the Document be opened as read-only in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. Გადაიყვანეთ Გამოსახულება DOC C++

    გადაიყვანეთ Გამოსახულება Doc C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც Doc C++....გადაიყვანეთ გამოსახულება DOC C++ ში მაღალსიჩქარიანი პროგრამული...უზრუნველყოფის C++ გამოსახულება DOC ად კონვერტაციისთვის გამოიყენეთ...

    products.aspose.com/words/ka/cpp/conversion/ima...
  7. ViewOptions class | Aspose.Words for Python

    aspose.words.settings.ViewOptions class. Provides various options that control how a Document is shown in Microsoft Word... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPartCollection.remove_at method | Aspose....

    CustomPartCollection.remove_at method. Removes an item at the specified index.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.UpdateThumbnail | Aspose.Words for .NET

    Effortlessly update your Document's thumbnail with our customizable options. Enhance your visuals and improve Document presentation today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/doc...
  10. CustomPartCollection.Clone | Aspose.Words for .NET

    Effortlessly clone your CustomPartCollection with our deep copy method, ensuring all items are preserved for seamless data management.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...