Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 193,357 for

new

(0.06 sec)
  1. 从自定义对象导入|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...Worksheets . Clear (); //Add a new Sheet "Data"; Worksheet sheet...

    docs.aspose.com/cells/zh/net/importing-from-cus...
  2. Document.RenderToSize | Aspose.Words for .NET

    Discover the RenderToSize method to efficiently convert document pages into Graphics objects at your desired dimensions. Enhance your rendering process today!... Document doc = new Document ( MyDir + "Rendering...); using ( SKBitmap bitmap = new SKBitmap ( 700 , 700 )) { using...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/net/aspose.words.rep...
  4. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells for Node.js via C++....getDefaultFont() property to Courier New and the second image is taken...getDefaultFont() property to Times New Roman . This is the output image...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  5. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。...document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment1 = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  6. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....dwatermark/data/" ; $ doc = new Java ( "com.aspose.words.Document"...as watermarks. $ shapeType = new Java ( "com.aspose.words.ShapeType"...

    docs.aspose.com/words/java/add-watermark-in-php/
  7. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。...document using ( var document = new Aspose . Pdf . Document ()) {... Text . TextFragment text = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...
  8. Chart | Aspose.Words for Java

    Provides access to the chart shape properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. CertificateHolder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DigitalSignatures.CertificateHolder class, your key to managing X509Certificate2 instances for secure digital signatures....our new digital signature. SignOptions signOptions = new SignOptions...and an output filename for its new digitally signed copy. string...

    reference.aspose.com/words/net/aspose.words.dig...
  10. Document.AppendDocument | Aspose.Words for .NET

    Effortlessly append documents with our Document Append method. Enhance your workflow by seamlessly integrating content into your existing files.... Document srcDoc = new Document (); srcDoc . FirstSection...text. " ); Document dstDoc = new Document (); dstDoc . FirstSection...

    reference.aspose.com/words/net/aspose.words/doc...