Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 164,891 for

new

(0.06 sec)
  1. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in Java... Create new slides to which you intend to...Presentation pres = new Presentation (); try { //Adds new slides to the...

    docs.aspose.com/slides/java/manage-zoom/
  2. 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/
  3. 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...
  4. PSB サイズ削減ソリューション | products.aspose.com

    PSD ファイルのサイズを小さくする...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/jp/reduce-size/psb/
  5. 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...
  6. Arrow shape get distorted in generated PDF - Fr...

    The arrow shapes when used in PPT document getArrows_Distort_Output.pdf (112.9 KB) Arrow_Distort.zip (30.0 KB) s distorted when PDF is generared. Attached files...Presentation presentation = new Presentation("C:\\Temp\\input...LoadOptions opt = new LoadOptions() { WarningCallback = new HandleWarnings()...

    forum.aspose.com/t/arrow-shape-get-distorted-in...
  7. VerticalChoiceBoxConfig|Documentation

    VerticalChoiceBoxConfig element generates a vertical question block with multiple answers and an optional write-in field.... new VerticalChoiceBoxCon () { Children = new List < BaseConfig...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/vert...
  8. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document 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. PlainTextDocument.text property | Aspose.Words ...

    PlainTextDocument.text property. Gets textual content of the document concatenated as a string....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...load.docx" ); let plaintext = new aw . PlainTextDocument ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Getting Warning Callbacks for Fonts Substitutio...

    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.... RenderingOptions options = new RenderingOptions (); options...options . WarningCallback = new HandleFontsWarnings (); // Load the...

    docs.aspose.com/slides/net/getting-warning-call...