Sort Score
Result 10 results
Languages All
Labels All
Results 8,271 - 8,280 of 180,911 for

doc

(0.29 sec)
  1. TextColumn.Width | Aspose.Words for .NET

    Adjust the TextColumn Width property to easily customize your text column's width in points for enhanced layout control and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); PageSetup pageSetup = builder...

    reference.aspose.com/words/net/aspose.words/tex...
  2. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....Instantiate Document object Document doc = new Document (); // add page...collection of PDF file Page page = doc . getPages (). add (); // Create...

    docs.aspose.com/pdf/java/set-image-size/
  3. 在 Python 中向现有 PDF 文件添加文本|Aspose.PDF for Python ...

    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 () doc = self . dataDir...text_fragment ) # 保存 PDF 文件 doc . save ( self . dataDir + "Text_Added...

    docs.aspose.com/pdf/zh/python-java/add-text-to-...
  4. Document.BuiltInDocumentProperties | Aspose.Wor...

    Explore the BuiltInDocumentProperties property to access essential Document properties, enhancing your Document management and efficiency.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words/doc...
  5. ChartDataLabel.orientation property | Aspose.Wo...

    ChartDataLabel.orientation property. Gets or sets the orientation of the label text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisTitle.Text | Aspose.Words for .NET

    Discover the ChartAxisTitle Text property to customize your axis titles easily. Set or get dynamic titles for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Document.CustomDocumentProperties | Aspose.Word...

    Explore the CustomDocumentProperties property to access and manage all custom Document properties efficiently, enhancing your Document's functionality.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words/doc...
  8. TextColumnCollection.Item | Aspose.Words for .NET

    Access a specific text column by index with the TextColumnCollection Item property. Simplify data management and enhance your coding efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); PageSetup pageSetup = builder...

    reference.aspose.com/words/net/aspose.words/tex...
  9. DocumentProperty.Name | Aspose.Words for .NET

    Discover the DocumentProperty Name feature that effortlessly retrieves property names, enhancing your Document management and workflow efficiency.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...
  10. Set PDF Expiration in Ruby|Aspose.PDF for Java

    Implement expiration dates in PDFs using Aspose.PDF for Ruby for time-sensitive Documents.... doc = Rjb :: import ( ' com . aspose...expired. You need a new one.');" ) doc . setOpenAction ( javascript...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...