Sort Score
Result 10 results
Languages All
Labels All
Results 6,841 - 6,850 of 213,190 for

new

(0.1 sec)
  1. PageSetup.lineNumberDistanceFromText property |...

    PageSetup.lineNumberDistanceFromText property. Gets or sets distance between the right edge of line numbers and the left edge of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Saving::DocumentSplitCriteria en...

    Aspose::Words::Saving::DocumentSplitCriteria enum. Specifies how the document is split into parts when saving to Html, Epub or Azw3 format in C++....specifying start of new section on a new page, or a paragraph...specifying start of new section in a new column. SectionBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. FieldTitle class | Aspose.Words for Python

    aspose.words.fields.FieldTitle class. Implements the TITLE field...corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MarkdownEmptyParagraphExportMode Enum | Aspose....

    Learn how Aspose.Words handles empty paragraphs in Markdown export. Control formatting with MarkdownEmptyParagraphExportMode enum....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Saving::PclSaveOptions::AddPrint...

    Aspose::Words::Saving::PclSaveOptions::AddPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer in C++.... “Times New Roman Bold Italic”). fontPclName...AddPrinterFont ( u "Courier New" , u "Courier" ); // When printing...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Manage Presentation Notes in Java|Aspose.Slides...

    Customize presentation notes with Aspose.Slides for Java. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....topic, we will introduce this new feature of removing Notes also...presentation file Presentation pres = new Presentation ( "presWithNotes...

    docs.aspose.com/slides/java/presentation-notes/
  7. Aspose.3D 17.2.0中的公共 API 更改|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....// load X file Scene Xfile = new Scene ( "3D.x" ); 添加 Aspose.ThreeD...Scene class object Scene scene = new Scene (); // initialize an object...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  8. Node.Document | Aspose.Words for .NET

    Discover the Node Document property, effortlessly access the document linked to your node for seamless data management and enhanced productivity....Document doc = new Document (); Paragraph para = new Paragraph (...doc ); para . AppendChild ( new Run ( doc , "Hello world!" ));...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Delete a Slide|Aspose.Slides 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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...slideIndex >= slidesCount ) { throw new ArgumentOutOfRangeEx ( "slideIndex"...

    docs.aspose.com/slides/net/delete-a-slide/
  10. Convert Excel to CSV, TSV and Txt with Node.js ...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for Node.js via C++....source workbook const workbook = new AsposeCells . Workbook ( path...type of separator const opts = new AsposeCells . TxtSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...