Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 213,057 for

new

(0.34 sec)
  1. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field 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...
  2. FieldData | Aspose.Words for Java

    Implements the DATA field 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...
  3. FieldDocProperty | Aspose.Words for Java

    Implements the DOCPROPERTY field 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...
  4. Apply Different Style on the Each Text Value of...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...getText () -> getValue () -> add ( new Cp ( 0 )); $shape -> getText...

    docs.aspose.com/diagram/java/apply-different-st...
  5. Optimize, Compress or Reduce PDF Size in C#|Asp...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with C#....document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/optimize-pdf/
  6. I got an error with aspose pdf dll 25.1.0.0 in ...

    Hi sir , I use the below code to set license and use pdf document. In window exe I use aspose pdf dll 25.1.0.0 vserion Dim PDFLicense As Aspose.Pdf.License = New Aspose.Pdf.License() PDFLicense.SetLi…...License = New Aspose.Pdf.License() PDFLicense...Aspose.Pdf.XpsLoadOptions = New Aspose.Pdf.XpsLoadOptions() Dim...

    forum.aspose.com/t/i-got-an-error-with-aspose-p...
  7. FieldAddressBlock | Aspose.Words for Java

    Implements the ADDRESSBLOCK field in Java.... Document doc = new Document(getMyDir() + "Field...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Add XML namespace in XMP metadata of EPS |.NET

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add-names...
  9. ContributorCollection | Aspose.Words for Java

    Represents bibliography source contributors in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Artifacts|Aspose.PDF for Java

    This page describes how to work with Artifact class using Aspose.PDF for Java. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....SetWatermark (){ Document doc = new Document ( _dataDir + "sample...artifact = new WatermarkArtifact (); artifact . setText ( new FormattedText...

    docs.aspose.com/pdf/java/artifacts/