Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 155,673 for

doc

(0.29 sec)
  1. DocumentBuilder.start_bookmark method | Aspose....

    DocumentBuilder.start_bookmark method. Marks the current position in the Document as a bookmark start.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A valid bookmark needs...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.show_grammatical_errors property | Asp...

    Document.show_grammatical_errors property. Specifies whether to display grammar errors in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert two sentences with...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Transparency | C++

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/cpp/xps/working-with-trans...
  4. Frameset.frame_default_url property | Aspose.Wo...

    Frameset.frame_default_url property. Gets or sets the web page URL or Document file name to display in this frame.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Range::Delete method | Aspose.Wo...

    Aspose::Words::Range::Delete method. Deletes all characters of the range in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text to the first section...

    reference.aspose.com/words/cpp/aspose.words/ran...
  6. C++ API to Export TEX to ODT | products.aspose.com

    Convert TEX to ODT within C++ applications....to convert TEX file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to ODT. Aspose.PDF for C++ is...

    products.aspose.com/total/cpp/conversion/tex-to...
  7. Document.Clone | Aspose.Words for .NET

    Effortlessly duplicate your Documents with our Document Clone method. Achieve precise deep copies for seamless editing and efficient workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::Markup::CustomPart::get_Data met...

    Aspose::Words::Markup::CustomPart::get_Data method. Contains the data of this custom part in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Aspose::Words::Markup::CustomPart::get_IsExtern...

    Aspose::Words::Markup::CustomPart::get_IsExternal method. False if this custom part is stored inside the OOXML package. True if this custom part is an external target in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the Document in C++.... auto doc = MakeObject < Document > ( MyDir...HeaderFooterCollecti > headersFooters = doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words/doc...