Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 165,057 for

new

(0.06 sec)
  1. Slide Master|Aspose.Slides Documentation

    Add or edit slide master in PowerPoint presentation in Java... When a new slide is added to a presentation...getSlides() list, and every new slide is added to the end of...

    docs.aspose.com/slides/androidjava/slide-master/
  2. Manage Hyperlinks|Aspose.Slides Documentation

    Add hyperlink to a PowerPoint Presentation in C# or .NET...Presentation presentation = new Presentation ()) { IAutoShape...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/net/manage-hyperlinks/
  3. Extend and Contribute to CRM Duplicate Detectio...

    How to defined a custom workflow using Aspose.Words to detect duplicated documents in C#....Result = new Document (); DocumentBuilder ResultWriter = new DocumentBuilder...fileStream = new MemoryStream ( DocumentBody ); Document doc = new Document...

    docs.aspose.com/words/net/extend-and-contribute...
  4. Font.Superscript | Aspose.Words for .NET

    Discover the Font Superscript property, easily format text as superscript for enhanced readability and style in your documents. Boost your design today!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Using XPS graphic utilities | .NET

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for .NET...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/xps/graphic-utilities/
  6. NullPointerException during LayoutEnumerator cr...

    Hi Team. I am trying to migrate my code with Aspose.Words from version 22.4 to 23.3. I found out that version 23.3 is not stable yet. When I completed this code for example4.zip (656.2 KB) Document doc = New Document(…...Document doc = new Document("example4.docx", new LoadOptions());...LayoutCollector layoutCollector = new LayoutCollector(doc); LayoutEnumerator...

    forum.aspose.com/t/nullpointerexception-during-...
  7. ChartDataTable.HasOutlineBorder | Aspose.Words ...

    Discover the ChartDataTable HasOutlineBorder property, control the display of outline borders around series and category names for enhanced data clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ShapeBase.SizeInPoints | Aspose.Words for .NET

    Discover the ShapeBase SizeInPoints property to easily retrieve and manage shape dimensions in points for precise design control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SizeInPoints , Is . EqualTo ( new SizeF ( 300 , 300 ))); See Also...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ShapeBase.MarkupLanguage | Aspose.Words for .NET

    Discover ShapeBase MarkupLanguage property for enhanced graphic object management. Unlock seamless integration and improved design efficiency today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SizeInPoints , Is . EqualTo ( new SizeF ( 300 , 300 ))); See Also...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG using Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/word-...