Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 197,077 for

new

(0.1 sec)
  1. Style.Remove | Aspose.Words for .NET

    Effortlessly eliminate unwanted styles from your document with the Style Remove method. Enhance your content's appearance and maintain consistency!... Document doc = new Document (); Style style = doc...style . Font . Name = "Times New Roman" ; style . Font . Size...

    reference.aspose.com/words/net/aspose.words/sty...
  2. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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...Visio diagram Diagram diagram = new Diagram ( @"C:\temp\Drawing1...

    docs.aspose.com/diagram/net/public-api-changes-...
  3. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...

    reference.aspose.com/words/java/com.aspose.word...
  4. TxtSaveOptions.preserveTableLayout property | A...

    TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ResourceType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.ResourceType enum for efficient resource management. Enhance your document processing with versatile loading options....doc = new Document (); doc . ResourceLoadingCallb = new ImageNameHandler...(); DocumentBuilder builder = new DocumentBuilder ( doc ); // Images...

    reference.aspose.com/words/net/aspose.words.loa...
  6. 现代 API|Aspose.Slides 文档

    现代 API...using ( Presentation pres = new Presentation ()) { IPPImage ppImage...pres . Slides [ 0 ]. GetImage ( new Size ( 1920 , 1080 ))) { // 将图像保存到磁盘。...

    docs.aspose.com/slides/zh/net/modern-api/
  7. HtmlSaveOptions.CssSavingCallback | Aspose.Word...

    Control CSS style saving with HtmlSaveOptions CssSavingCallback. Optimize your document exports to HTML, MHTML, or EPUB effortlessly!...ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. TxtSaveOptions.PreserveTableLayout | Aspose.Wor...

    Discover TxtSaveOptions' PreserveTableLayout feature, ensuring your tables retain their layout when saving as plain text. Enhance your document's readability!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...TxtSaveOptions txtSaveOptions = new TxtSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades . PdfPageEditor...dictionary editor . PageRotations = new System . Collections . Generic...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  10. TabStopCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all tab stop positions with the TabStopCollection Clear method. Streamline your layout for a cleaner, more organized interface....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...