Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 33,753 for

new

(0.07 sec)
  1. Export to XAML|Aspose.Slides 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....settings: Presentation pres = new Presentation ( "pres.pptx" );...); try { pres . save ( new XamlOptions ()); } finally { if ( pres...

    docs.aspose.com/slides/java/export-to-xaml/
  2. Aspose.PSD for .NET 21.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....); PsdLoadOptions options = new PsdLoadOptions (); using ( PsdImage...image . Save ( outputFilePath , new PsdOptions ( image )); image...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. Style.Remove | Aspose.Words for .NET

    Effortlessly eliminate unwanted styles from your document with the Style Remove method. Enhance your content's appearance and maintain consistency!... Document doc = new Document (); Style style = doc...style . Font . Name = "Times New Roman" ; style . Font . Size...

    reference.aspose.com/words/net/aspose.words/sty...
  4. Style.AutomaticallyUpdate | Aspose.Words for .NET

    Discover how the AutomaticallyUpdate property enhances your styles by automatically redefining them for optimal value and performance in your projects.... Document doc = new Document (); Style style = doc...style . Font . Name = "Times New Roman" ; style . Font . Size...

    reference.aspose.com/words/net/aspose.words/sty...
  5. TabStop.isClear property | Aspose.Words for Nod...

    TabStop.isClear property. Returns ``true`` if this tab stop clears any existing tab stops in this position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...add ( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TabStopCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all tab stop positions with the TabStopCollection Clear method. Streamline your layout for a cleaner, more organized interface....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  7. TabStop.Equals | Aspose.Words for .NET

    Discover the TabStop Equals method to efficiently compare TabStop instances. Enhance your coding precision and streamline your development process!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  8. Images were misplaced when converted from word ...

    O’Keeffe’s Tube Bridge Crane Procedure.pdf (7.2 MB) Hi Team, We are converting a Word document which consists of Images to PDF using aspose API. But in the generated PDF, images were misplaced like coming on top of tex…...OptimizationOptions optimizationOptions = new OptimizationOptions(); optimizationOptions...aspose.words.License license= new com.aspose.words.License(); FileInputStream...

    forum.aspose.com/t/images-were-misplaced-when-c...
  9. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...this font or the changes in the new version has made it into some...doc = new Document(inPath); doc.WarningCallback = new HandleDocumentWarnin();...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  10. Getting an error processing a PDF attachment - ...

    <p>I am using using the Aspose.Email to get attachments out of an Outlook email like this:</p> var mailMessage = Aspose.Email.Mail.MailMessage.Load(stream); var attachments = Aspose.Email.Outlook.MapiMessage.F…...DataLogics like this: var pdfStream = new MemoryStream(pdfAttachment.BinaryData);...BinaryData); var pdfDocument = new Datalogics.PDFL.Document(pdfStream);...

    forum.aspose.com/t/getting-an-error-processing-...