Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 213,606 for

new

(0.2 sec)
  1. DocumentBuilder | Aspose.Words for .NET

    Create powerful documents effortlessly with DocumentBuilder. Initialize a New instance and streamline your document management today!...DocumentBuilder() Initializes a new instance of this class. public...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Quick Start|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....lic" ; License license = new License (); license . setLicense...licensePath ); BarCodeReader reader = new BarCodeReader ( fileName , DecodeType...

    docs.aspose.com/barcode/java/quick-start/
  3. VbaMacro|Aspose.Slides Documentation

    Work with VBA macros in C# using Aspose.Slides: add or edit projects and modules, sign or remove macros, and save presentations in PPT, PPTX and ODP....var pres = new Presentation (); pres . VbaProject = new VbaProject...var pres = new Presentation (); pres . VbaProject = new VbaProject...

    docs.aspose.com/slides/net/examples/elements/vb...
  4. Adding MapiJournal to PST in PHP|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.... PHP Code $d1 = new Date (); $calendar = new Calendar (); $cl...$cl -> getTime (); $journal = new MapiJournal ( "daily record"...

    docs.aspose.com/email/java/adding-mapijournal-t...
  5. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....HtmlLoadOptions loadOptions = new HtmlLoadOptions(); // If the...HtmlLoadOptions() Initializes a new instance of this class with default...

    reference.aspose.com/words/java/com.aspose.word...
  6. 如何用 C++ 添加 Polygon 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Polygon 注释的源代码...PDF file Document document = new Document ( System . IO . Path...polygonAnnotation = new PolygonAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  7. SdtType enumeration | Aspose.Words for Node.js

    Aspose.Words.Markup.SdtType enumeration. Specifies the type of a structured document tag (SDT) node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. IBarcodeGenerator.GetOldBarcodeImage | Aspose.W...

    Create vintage barcode images effortlessly with iBarcodeGenerator's GetOldBarcodeImage method. Customize easily with your preferred parameters!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  9. IDocumentLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during loading a document in Java....LoadingProgressCallb progressCallback = new LoadingProgressCallb(); LoadOptions...LoadOptions loadOptions = new LoadOptions(); { loadOptions.setPr...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBase.document property | Aspose.Words f...

    DocumentBase.document property. Gets this instance.... const doc = new aw . Document (); // New Document objects...a Paragraph. const section = new aw . Section ( doc ); doc . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...