Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 227,956 for

new

(1.91 sec)
  1. Retrieve, Get, Copy and Insert a Page|Documenta...

    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 diagram Diagram diagram = new Diagram ( dataDir + "RetrievePageInfo...a VDX file Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/java/retrieve-get-copy-...
  2. Doing a TextFragment Rotation in a Cell cant ge...

    Hello, I can’t seem to figure out text rotation and the alignment of the content within a cell. I have tried all permutation of Vertical and Horizontal alignment and I cant get the text centered when rotated 90. Testin…...License license = new Aspose.Pdf.License() { Embedded...lic"); var pdf = new Document(); var rotations = new double[] { 0...

    forum.aspose.com/t/doing-a-textfragment-rotatio...
  3. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling....to new content via FindReplaceOptions. Document doc = new Document...(); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.rep...
  4. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless regex replacements. Enhance your coding efficiency with precise match results!...to new content via FindReplaceOptions. Document doc = new Document...(); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.rep...
  5. FileFontSource.Type | Aspose.Words for .NET

    Discover the FileFontSource Type property to easily identify font source types, enhancing your design projects with precise typography solutions....FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  6. FontSourceBase.Type | Aspose.Words for .NET

    Discover the FontSourceBase Type property, easily retrieve font source types to enhance your web design and optimize user experience....FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  7. XpsSaveOptions.digitalSignatureDetails property...

    XpsSaveOptions.digitalSignatureDetails property. Gets or sets [DigitalSignatureDetails](../../digitalsignaturedetails/) object used to sign a document.... let doc = new aw . Document ( base . myDir...pfx" , "aw" ); let options = new aw . DigitalSignatures . SignOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. LoadOptions.fontSettings property | Aspose.Word...

    LoadOptions.fontSettings property. Allows to specify document font settings....that will substitute the "Times New Roman" font // with the font..."MyFonts" folder. let fontSettings = new aw . Fonts . FontSettings ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.PSD for .NET 19.2 - 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.... Color ) { throw new Exception ( "Wrong Fill Layer"...FillType . Gradient ) { throw new Exception ( "Wrong Fill Layer"...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-2...
  10. Add Footer to PDF|Aspose.PDF for Java

    Learn how to add text and image footers to PDF pages in Java with the PdfFileStamp facade....{ PdfFileStamp pdfStamper = new PdfFileStamp (); try { pdfStamper...toString ()); FormattedText text = new FormattedText ( "Sample Footer"...

    docs.aspose.com/pdf/java/add-footer/