Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 199,392 for

new

(0.07 sec)
  1. 将多页文档转换为C#中的图像|Aspose.Words为.NET

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用C#。...水平布局的JPEG图像: Document doc = new Document ( "Rendering.docx" );...); ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    docs.aspose.com/words/zh/net/convert-a-multi-pa...
  2. CompositeNode.lastChild property | Aspose.Words...

    CompositeNode.lastChild property. Gets the last child of the node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ITextShaperFactory.get_text_shaper method | Asp...

    aspose.words.shaping.ITextShaperFactory.get_text_shaper method...get_text_shaper(font_path, face_index) Returns new instance of a text shaper for...font_blob, face_index) Returns new instance of a text shaper for...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.name property | Aspose.Words for Python

    Font.name property. Gets or sets the name of the font.... name = 'Courier New' font . underline = aw . Underline...font font . name = 'Courier New' font . size = 36 font . highlight_color...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...simple code: Document doc = new Document(@"C:\Temp\in.html");...var myDoc = new Aspose.Words.Document(htmlStream, new Aspose.Words...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  6. Working with Size and Layout of Presentation|As...

    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....Presentation presentation = new Presentation ( FileName ); Presentation...Presentation auxPresentation = new Presentation (); ISlide slide...

    docs.aspose.com/slides/net/working-with-size-an...
  7. FieldInclude.TextConverter | Aspose.Words for .NET

    Discover the FieldInclude TextConverter property—easily manage file format conversions with customizable text converter names for enhanced workflow efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldPrint.PrinterInstructions | Aspose.Words f...

    Discover how to manage printer-specific control codes and PostScript instructions with FieldPrint PrinterInstructions for optimized printing solutions....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Node.Range | Aspose.Words for .NET

    Discover the Node Range property, effortlessly access a Range object that defines the document segment within your node for enhanced content management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API....Instantiate a new Workbook const workbook = new AsposeCells ....Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...