Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 33,712 for

new

(0.12 sec)
  1. Aspose.PSD for .NET 20.9 - Release Notes|Docume...

    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.... condition ) { throw new FormatException ( string . Format...} } if (! areEqual ) { throw new FormatException ( string . Format...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-9...
  2. PreferredWidth | Aspose.Words for Java

    Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell 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...
  3. ShapeBase.SoftEdge | Aspose.Words for .NET

    Enhance your designs with ShapeBase SoftEdge for smooth, soft edge formatting. Elevate your visuals effortlessly and stand out in every project!... Document doc = new Document ( MyDir + "Rendering...SvgSaveOptions saveOptions = new SvgSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.dra...
  4. MemoryFontSource.FontData | Aspose.Words for .NET

    Discover MemoryFontSource's FontData property for seamless binary font integration. Enhance your projects with efficient font management solutions....MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Code Examples|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....ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea (); BarcodeGenerator...BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes . PDF_417...

    docs.aspose.com/barcode/java/barcode-generation...
  6. DigitalSignatureDetails.CertificateHolder | Asp...

    Discover the DigitalSignatureDetails CertificateHolder property to manage your document's signing certificate effortlessly. Enhance security and streamline processes!... Document doc = new Document ( MyDir + "Document...digitalSignatureDeta = new DigitalSignatureDeta ( certificateHolder , new SignOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Chart Axis|Aspose.Slides Documentation

    How to edit PowerPoint chart axis in Java...in Java: Presentation pres = new Presentation (); try { Chart...a chart: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/androidjava/chart-axis/
  8. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…...Document TempLoadDocument = new Aspose.Pdf.Document(DocuementFileName);...WatermarkArtifact TempAddArtifact = new WatermarkArtifact(); TempAddArtifact...

    forum.aspose.com/t/two-issues-with-adding-water...
  9. IncorrectPasswordException Class | Aspose.Words...

    Discover the Aspose.Words.IncorrectPasswordException class, which handles password errors for encrypted documents, ensuring secure and seamless access....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); DocSaveOptions options = new DocSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words/inc...
  10. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java.... Document doc = new Document(getMyDir() + "Footer...FindReplaceOptions options = new FindReplaceOptions(); options...

    reference.aspose.com/words/java/com.aspose.word...