Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 214,418 for

new

(0.12 sec)
  1. 档案

    档案...Document doc = new Document("Sample.doc"); // Create a new memory stream...stream. MemoryStream outStream = new MemoryStream(); // Save the document...

    blog.aspose.com/zh/total/convert-worddoc-docx-t...
  2. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); // Create a new OdtSaveOptions, and pass either...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. BarCodeReader|Aspose.BarCode for Python via .NE...

    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....BarCodeReader() Initializes a new instance of the BarCodeReader...BarCodeReader(image) Initializes a new instance of the BarCodeReader...

    docs.aspose.com/barcode/python-net/api-referenc...
  4. SmartTag.AcceptStart | Aspose.Words for .NET

    Discover the SmartTag AcceptStart method—seamlessly welcome visitors to your SmartTag experience and enhance user engagement today!...void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  5. 档案

    档案...Presentation presentation = new Presentation(); try { // 添加微笑形状,然后对其进行动画处理...33; ArrayList<String> frames = new ArrayList<String>(); PresentationAnimatio...

    blog.aspose.com/zh/slides/convert-ppt-to-video-...
  6. Revision details PDF compare - Free Support For...

    Hello I notice some problem with default save compared document to PDF. It looks like PDF always export as “All markup” (compared to word). That produce some “first look” inconsistency like that: To reproduce this yo…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...doc1 = new Document(); DocumentBuilder builder1 = new DocumentBuilder(doc1);...

    forum.aspose.com/t/revision-details-pdf-compare...
  7. ParagraphFormat.Alignment | Aspose.Words for .NET

    Discover the ParagraphFormat Alignment property to easily customize text alignment for your paragraphs, enhancing readability and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/net/aspose.words/par...
  8. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  10. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section....Name Description CONTINUOUS The new section starts on the same page...section. NEW_COLUMN The section starts from a new column. NEW_PAGE...

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