Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 180,067 for

doc

(0.13 sec)
  1. CustomXmlPart.Clone | Aspose.Words for .NET

    Discover the CustomXmlPart Clone method for efficient deep copying of objects without duplicating Data bytes. Enhance your coding efficiency today!... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  2. CustomXmlPartCollection.Clone | Aspose.Words fo...

    Effortlessly duplicate your CustomXmlPartCollection with our Clone method, ensuring a complete deep copy of all items for seamless data management.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  3. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method... doc = aw . Document ( file_name =...rules.xml' ) doc . font_settings = font_settings doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Adding JavaScript in Python|Aspose.PDF for Java

    Find out how to embed JavaScript code within a PDF Document using Python and Aspose.PDF to enhance interactivity.... doc = self . Document () pdf = self...bSilent:false,bShrinkToFit:true});" ); doc . setOpenAction ( javaScript...

    docs.aspose.com/pdf/java/adding-javascript-in-p...
  5. Comment.dateTimeUtc property | Aspose.Words for...

    Comment.dateTimeUtc property. Gets the UTC date and time that the comment was made.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let date = new Date ( 2021...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Delete Ranges in Document|Aspose.Words for Java

    Delete ranges from a Document easily and fast instead of using Apache POI.... Java doc . getSections (). get ( 0 )....(). delete (); String text = doc . getRange (). getText (); Apache...

    docs.aspose.com/words/java/delete-ranges-in-doc...
  7. Document.ShadeFormData | Aspose.Words for .NET

    Discover how to use the ShadeFormData property to enhance form visibility with gray shading, improving user experience and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...
  8. LayoutCollector Class | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutCollector class to efficiently compute Document node page numbers, enhancing your Document management experience.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  9. ChartAxisCollection class | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisCollection class. Represents a collection of chart axes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. VbaModuleCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your VBA projects with the VbaModuleCollection Add method, allowing seamless addition of modules for improved functionality.... Document doc = new Document (); // Create.... Name = "Aspose.Project" ; doc . VbaProject = project ; // Create...

    reference.aspose.com/words/net/aspose.words.vba...