Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 157,127 for

doc

(0.06 sec)
  1. Document.CustomXmlParts | Aspose.Words for .NET

    Explore the Document CustomXmlParts property to manage Custom XML Data Storage Parts efficiently. Enhance your Document's functionality today!...Custom XML Parts into OOXML and DOC documents only. This property...with custom XML data. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Document.Save | Aspose.Words for .NET

    Effortlessly save your Documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....Document doc = new Document ( MyDir + "Document.docx" ); doc . Save...convert a PDF to a .docx. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  3. RevisionType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionType enum to efficiently track and manage Document changes. Enhance your Document editing with precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  4. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  5. TextWatermarkOptions.Color | Aspose.Words for .NET

    Customize your TextWatermarkOptions with the Color property to enhance visibility. Set your preferred font color for a personalized touch. Default, Silver.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/tex...
  6. BuiltInDocumentProperties.security property | A...

    BuiltInDocumentProperties.security property. Specifies the security level of a Document as a numeric value....This property is available in DOC and OOXML documents only. To...security level of a document. doc = aw . Document () self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_formatting method. Resets page setup to default paper size, margins and orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在 Python 中添加 JavaScript|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... doc = self . Document () pdf = self...bSilent:false,bShrinkToFit:true});" ); doc . setOpenAction ( javaScript...

    docs.aspose.com/pdf/zh/java/adding-javascript-i...
  9. Aspose::Words::Paragraph::AppendField method | ...

    Aspose::Words::Paragraph::AppendField method. Appends a field to this paragraph in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Paragraph > paragraph = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

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