Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 199,985 for

new

(0.11 sec)
  1. Aspose.PSD for .NET 24.2 - 发行说明|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.... Load ( sourceFile , new PsdLoadOptions { LoadEffectsResource...image . Save ( outputFile , new PsdOptions ()); } using ( PsdImage...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. DefaultFontSubstitutionRule.default_font_name p...

    DefaultFontSubstitutionRule.default_font_name property. Gets or sets the default font name....The default value is ‘Times New Roman’. Examples Shows how to..."DefaultFontName" property to "Courier New" to, # while rendering the document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. AxisBound.IsAuto | Aspose.Words for .NET

    Discover AxisBound IsAuto. Automatically determine axis bounds for enhanced data visualization and streamlined analysis. Optimize your charts effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...1" , new [] { 1.1 , 5.4 , 7.9 , 3.5 , 2.1 , 9.7 }, new [] { 2...

    reference.aspose.com/words/net/aspose.words.dra...
  4. AxisBound.ValueAsDate | Aspose.Words for .NET

    Discover the AxisBound ValueAsDate property, which efficiently returns axis-bound values as datetime for enhanced data visualization and analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...1" , new [] { 1.1 , 5.4 , 7.9 , 3.5 , 2.1 , 9.7 }, new [] { 2...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Convert PowerPoint to HTML|Aspose.Slides for PH...

    Convert PowerPoint HTML : Save PPTX or PPT as HTML . Save slides as HTML...presentation to HTML while using the new CSS style. Using its own API...a presentation file $pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/php-java/convert-powerpo...
  6. Aspose.PSD for .NET 22.1 - 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....Create ( new PsdOptions () { Source = new StreamSource ( new MemoryStream...shape2 = new PathShape (); shape2 . Points . Add ( new BezierKnot...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-1...
  7. FieldBuilder.AddArgument | Aspose.Words for .NET

    Enhance your coding with FieldBuilder's AddArgument method, designed to effortlessly add field arguments for streamlined development.... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Convert PowerPoint to Video|Aspose.Slides for P...

    Convert PowerPoint to Video...to a video: $presentation = new Presentation (); try { # Adds...JavaException $e ) { } } } $frames = new Java ( "java.util.ArrayList"...

    docs.aspose.com/slides/php-java/convert-powerpo...
  9. TextBox not converting correctly to PDF - Free ...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...(Presentation presentation = new Presentation(inputFile)) { PdfOptions...PdfOptions saveOptions = new PdfOptions { EmbedFullFonts = true...

    forum.aspose.com/t/textbox-not-converting-corre...
  10. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java.... Document doc = new Document(getMyDir() + "Missing...WarningInfoCollectio warningCollector = new WarningInfoCollectio(); doc....

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