Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 31,381 for

new

(0.09 sec)
  1. UnderlineAnnotation | GroupDocs.Annotation for ...

    Represents Underline annotation properties...UnderlineAnnotation() Initializes new instance of UnderlineAnnotation...Annotation deepClone() Returns new Instance with same values toString()...

    reference.groupdocs.com/annotation/java/com.gro...
  2. DigitalSignOptions | GroupDocs.Signature for .N...

    Initializes a New instance of the DigitalSignOptions class with default values....DigitalSignOptions() Initializes a new instance of the DigitalSignOptions...DigitalSignOptions(string) Initializes a new instance of the DigitalSignOptions...

    reference.groupdocs.com/signature/net/groupdocs...
  3. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(New File("Sample.docx").toPath(), New File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = New Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = New SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose.... copy ( new File ( "Sample.docx" ). toPath (), new File ( "OverwrittenSample...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. RegexRedaction Class - GroupDocs.Redaction for ...

    Represents a text redaction that searches and replaces text in the document by matching provided regular expression....ReplacementOptions) Initializes a new instance of RegexRedaction class...ReplacementOptions) Initializes a new instance of RegexRedaction class...

    apireference.groupdocs.com/redaction/net/groupd...
  5. Parser Constructor (Stream, LoadOptions) - Grou...

    Initializes a New instance of the Parser class with LoadOptions.... LoadOptions) Initializes a new instance of the Parser class...LoadOptions loadOptions ) Public Sub New ( document As Stream , loadOptions...

    apireference.groupdocs.com/parser/net/groupdocs...
  6. radialgradientbrush - GroupDocs.Signature for J...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......RadialGradientBrush () Initializes a new instance of the RadialGradientBrush...Color outerColor) Initializes a new instance of the RadialGradientBrush...

    apireference.groupdocs.com/signature/java/com.g...
  7. PdfSaveOptions | GroupDocs.Signature for .NET A...

    Save options for PDF documents....PdfSaveOptions () Initializes a new instance of PdfSaveOptions class...PdfSaveOptions (bool) Initializes a new instance of PdfSaveOptions class...

    reference.groupdocs.com/signature/net/groupdocs...
  8. moveoptions - GroupDocs.Merger for Java - API R...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......newPageNumber) Initializes a new instance of the MoveOptions class...getNewPageNumber () Gets or sets the new page number. int getPageNumberToMove...

    apireference.groupdocs.com/merger/java/com.grou...
  9. groupdocsexception - GroupDocs.Search for Java ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......GroupDocsException () Initializes a new instance of the GroupDocsException...String message) Initializes a new instance of the GroupDocsException...

    apireference.groupdocs.com/search/java/com.grou...
  10. ImageJoinOptions | GroupDocs.Merger for .NET AP...

    The image join options....ImageJoinOptions () Initializes new instance of ImageJoinOptions...ImageJoinOptions (FileType) Initializes new instance of ImageJoinOptions...

    reference.groupdocs.com/merger/net/groupdocs.me...