public class EvaluationWatermarks extends Object
Represents a set of watermarks used in evaluation mode.
Modifier and Type | Method and Description |
---|---|
static EvaluationWatermarks |
fromLicenseInfo()
Assemblies all evaluation messages and values into a
EvaluationWatermarks instance. |
String |
getEvaluationImageText()
Gets the evaluation watermark stored as a bitmap with an evaluation text.
|
String |
getEvaluationMessageForCreatedDocuments()
Gets or sets the evaluation message which is used for exporting to all supported formats.
|
String |
getEvaluationWatermarkForRichText()
Gets the evaluation watermark which is added to RichText nodes which exceed evaluation limit.
|
String |
getEvaluationWatermarkForTable()
Gets the evaluation watermark which is added to mode RichText nodes which exceed evaluation limit.
|
int |
getNotebookChildDocumentNodesLimitation()
Gets the maximal number of notebook's child nodes for evaluation mode.
|
int |
getPageCountLimitationInSaveToOne()
Gets the maximal number of pages in document for evaluation mode.
|
int |
getPageRevisionsLimitation()
Gets limitation for number of pages.
|
void |
setEvaluationMessageForCreatedDocuments(String value)
Gets or sets the evaluation message which is used for exporting to all supported formats.
|
public String getEvaluationMessageForCreatedDocuments()
Gets or sets the evaluation message which is used for exporting to all supported formats.
public void setEvaluationMessageForCreatedDocuments(String value)
Gets or sets the evaluation message which is used for exporting to all supported formats.
public String getEvaluationWatermarkForRichText()
Gets the evaluation watermark which is added to RichText nodes which exceed evaluation limit.
public String getEvaluationWatermarkForTable()
Gets the evaluation watermark which is added to mode RichText nodes which exceed evaluation limit.
public String getEvaluationImageText()
Gets the evaluation watermark stored as a bitmap with an evaluation text.
public int getPageRevisionsLimitation()
Gets limitation for number of pages.
public int getPageCountLimitationInSaveToOne()
Gets the maximal number of pages in document for evaluation mode.
public int getNotebookChildDocumentNodesLimitation()
Gets the maximal number of notebook's child nodes for evaluation mode.
public static EvaluationWatermarks fromLicenseInfo()
Assemblies all evaluation messages and values into a EvaluationWatermarks
instance.
Copyright (c) 2017 Aspose. All Rights Reserved.