Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 213,096 for

new

(0.58 sec)
  1. FieldBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBuilder class to effortlessly create fields using code tokens and switches. Enhance your document automation today!... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  2. BuildingBlockCollection Class | Aspose.Words fo...

    Discover the Aspose.Words BuildingBlockCollection class, a powerful tool for managing document BuildingBlock objects efficiently and enhancing your workflow....blocks from the collection to a new array of building blocks. (2...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.bui...
  3. PaperSize enumeration | Aspose.Words for Node.js

    Aspose.Words.PaperSize enumeration. Specifies paper size.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Extended Attributes of a Project | Aspose.Tasks...

    Learn how to work with Microsoft Project extended attributes using Aspose.Tasks for C# and C++....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/cpp/extended-attributes-o...
  5. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。... or leave empty to create a new workbook. </ p > < input type...open it; otherwise create a new workbook let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  6. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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.... It includes not only new and updated public methods, but...//Instantiate a new Workbook Workbook book = new Workbook (); //Get...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. MetafileRenderingOptions Class | Aspose.Words f...

    Discover Aspose.Words.Saving.MetafileRenderingOptions for enhanced metafile rendering control and customization in your documents. Optimize your workflow today!...HandleBinaryRasterWa () { Document doc = new Document ( MyDir + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/recognition/passport/
  9. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...OpenRead(inPutFile); Document doc = new Document(input); TextFragmentAbsorber...annotations; MemoryStream output = new MemoryStream(); // Create links...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  10. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java.... Document doc = new Document(getMyDir() + "Rendering...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...