Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 214,418 for

new

(0.24 sec)
  1. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....// Open document $document = new Document ( $inputFile ); $pages...Create image stamp $imageStamp = new ImageStamp ( $inputImageFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  2. ImageWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with image in Java.... Document doc = new Document(); // Modify the image...ImageWatermarkOption imageWatermarkOption = new ImageWatermarkOption(); imageWatermarkOption...

    reference.aspose.com/words/java/com.aspose.word...
  3. OoxmlCompliance | Aspose.Words for Java

    Allows to specify which OOXML specification will be used when saving in the DOCX format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat.DOCX);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working With Tables in PHP|Aspose.Words for Java

    Working With Tables using PHP....// Open the document $ doc = new java ( "com.aspose.words.Document"...page width. $ autoFitBehavior = new Java ( "com.aspose.words.AutoFitBehavior"...

    docs.aspose.com/words/java/working-withtables-i...
  5. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-arc/
  6. Absorber - How to get the rows without spaces (...

    Hello I am using Aspose.Pdf (9.4.0) and after using the command "pdfDocument.Pages [page] Accept (textAbsorber);". I get the rows from the page with their respective spaces at the beginning of each line. Is there any pa…...PaginaFinal; page++) { textAbsorber = new TextAbsorber(); textAbsorber...TextSearchOptions.Rectangle = new Aspose.Pdf.Rectangle(0, 20, 300...

    forum.aspose.com/t/absorber-how-to-get-the-rows...
  7. Aspose.PSD for .NET 23.7 - 发布说明|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....Timeline ; Frame [] frames = new Frame [ framesCount ]; for (...[ i ] = new Frame (); LayerState [] layerStates = new LayerState...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM document into a Document object in Java....ChmLoadOptions loadOptions = new ChmLoadOptions(); { loadOptions...chm"); } Document doc = new Document(new ByteArrayInputStream(Files...

    reference.aspose.com/words/java/com.aspose.word...
  9. IFieldUpdateCultureProvider Interface | Aspose....

    Discover the Aspose.Words.Fields.IFieldUpdateCultureProvider interface. Enhance field updates with a customizable CultureInfo object for precise localization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . FieldUpdateCulturePr = new FieldUpdateCulturePr (); FieldTime...

    reference.aspose.com/words/net/aspose.words.fie...
  10. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java.... You can create new building blocks and insert them...doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...

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