Sort Score
Result 10 results
Languages All
Labels All
Results 8,821 - 8,830 of 376,839 for

document

(0.34 sec)
  1. PageSetup.TopMargin | Aspose.Words for .NET

    Adjust the PageSetup TopMargin property to customize the distance from the page's top edge to your text, enhancing layout and readability.... Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  2. 从流中打开电子表格文档|Documentation

    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....FilePath + "Open a spreadsheet document from a stream.xlsx" ; Stream...Workbook . Save (); // Close the document handle. spreadsheetDocument...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  3. Add Text to an existing PDF file in Python|Aspo...

    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....To add Text string in Pdf document using Aspose.PDF Java for...AddText module. doc = self . Document () doc = self . dataDir +...

    docs.aspose.com/pdf/python-java/add-text-to-an-...
  4. Story.tables property | Aspose.Words for Python

    Story.tables property. Gets a collection of tables that are immediate children of the story....all tables in a document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldChar.isLocked property | Aspose.Words for ...

    FieldChar.isLocked property. Gets or sets whether the parent field is locked (should not recalculate its result).... Document (); let builder = new aw ...represents the field in the document. field = fieldStart . getField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Field.isLocked property | Aspose.Words for Node.js

    Field.isLocked property. Gets or sets whether the field is locked (should not recalculate its result).... Document (); let builder = new aw ...represents the field in the document. field = fieldStart . getField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text Documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!...string ) Creates a plain text document from a file. Automatically...condition UnsupportedFileForma The document format is not recognized or...

    reference.aspose.com/words/net/aspose.words/pla...
  8. FieldInclude.source_full_name property | Aspose...

    FieldInclude.source_full_name property. Gets or sets the location of the Document....or sets the location of the document. @property def source_full_name...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::OdtSaveOptions::get_IsSt...

    Aspose::Words::Saving::OdtSaveOptions::get_IsStrictSchema11 method. Specifies whether export should correspond to ODT specification 1.1 strictly. OOo 3.0 displays files correctly when they contain elements and attributes of ODT 1.2. Use "false" for this purpose, or "true" for strict conformity of specification 1.1. The default value is false in C++....Shows how to make a saved document conform to an older ODT schema...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Rendering...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 从现有PDF文档中提取表格|Aspose.PDF for Java

    Aspose.PDF for Java使您可以对PDF文档中包含的表格进行各种操作。您可以在现有的PDF文档中添加和提取表格,在新页面上渲染表格等。...// 加载源PDF文档 Document pdfDocument = new Document ( _dataDir +...

    docs.aspose.com/pdf/zh/java/extract-table-from-...