Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 155,673 for

doc

(0.06 sec)
  1. Font.double_strike_through property | Aspose.Wo...

    Font.double_strike_through property. True if the font is formatted as double strikethrough text.... doc = aw . Document () para = doc . get_child (...as_paragraph () run = aw . Run ( doc = doc , text = 'Text with a single-line...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Document::StopTrackRevisions met...

    Aspose::Words::Document::StopTrackRevisions method. Stops automatic marking of Document changes as revisions in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Editing a document usually...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::Fonts::SystemFontSource::SystemF...

    Aspose::Words::Fonts::SystemFontSource::SystemFontSource constructor. Ctor in C++.... auto doc = MakeObject < Document > (); doc -> set_FontSettings...font source. ASSERT_EQ ( 1 , doc -> get_FontSettings () -> GetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. WriteProtection.validate_password method | Aspo...

    WriteProtection.validate_password method. Returns ``True`` if the specified password is the same as the write-protection password the Document was protected with... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用 C++ 製作 DOCX

    通過幾個步驟在 C++ 中創建一個新的 DocX。使用 C++ 庫輕鬆創建 DocX。...例子 輸出格式 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/docx/
  6. 使用 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/
  7. Make A Document In C++

    Create a file using C++ library. Easily create a new Document in C++ in a few steps....easily make a document in PDF, DOC, DOCX, HTML, EPUB, and many other...supported format – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and other...

    products.aspose.com/words/cpp/make/
  8. Buat Dokumen Dalam C++

    Cipta fail menggunakan pustaka C++. Buat dokumen baharu dengan mudah dalam C++ dalam beberapa langkah....dokumen dengan mudah dalam PDF, DOC, DOCX, HTML, EPUB dan banyak...format yang disokong - PDF, DOCX, DOC, RTF, ODT, EPUB, HTML dan lain-lain...

    products.aspose.com/words/ms/cpp/make/
  9. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeEnd::StructuredDocumentTagRangeEnd constructor. Initializes a new instance of the Structured Document tag range end class in C++....DocumentBase > & doc , int32_t id ) Parameter Type Description doc const...SdtRangeExtendedMeth () { auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers to a list within a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Bold = true...

    docs.aspose.com/words/net/add-bullets-or-number...