Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 43,397 for

doc

(0.05 sec)
  1. Document.unprotect method | Aspose.Words for No...

    Aspose.Words.Document.unprotect method... let doc = new aw . Document (); doc . protect ( aw...ReadOnly , "password" ); expect ( doc . protectionType ). toEqual (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Using XPS graphic utilities | C++

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for 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/graphic-utilities/
  3. Document.Cleanup | Aspose.Words for .NET

    Optimize your Documents with our Cleanup method—remove unused styles and lists for a cleaner, more efficient workflow. Enhance readability today!... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/doc...
  4. CustomXmlProperty | Aspose.Words for .NET

    Discover the CustomXmlProperty constructor. Easily create and initialize new instances for seamless XML property management in your projects....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  5. CustomXmlPartCollection.Item | Aspose.Words for...

    Discover how to manage CustomXmlPartCollection items efficiently. Access or modify specific items by index for enhanced XML data handling.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomPart.RelationshipType | Aspose.Words for ...

    Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  7. CustomPart.relationship_type property | Aspose....

    CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.AppendField | Aspose.Words for .NET

    Enhance your Document with the Paragraph AppendField method, seamlessly adding custom fields to paragraphs for improved organization and clarity....Document doc = new Document (); Paragraph paragraph = doc . FirstSection...AreEqual ( "Placeholder value" , doc . Range . Fields [ 2 ]. Result...

    reference.aspose.com/words/net/aspose.words/par...
  9. Aspose::Words::HeaderFooter::get_IsLinkedToPrev...

    Aspose::Words::HeaderFooter::get_IsLinkedToPrevious method. True if this header or footer is linked to the corresponding header or footer in the previous section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. HyphenationOptions.HyphenationZone | Aspose.Wor...

    Optimize text layout with the HyphenationZone property. Control hyphenation distance from the right margin for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...