public class LicenseInfo extends Object
The license info.
Modifier and Type | Field and Description |
---|---|
static String |
EvaluationImageMessage
The evaluation image message.
|
static String |
EvaluationMessage
The evaluation message.
|
static String |
EvaluationNotebookChildDocumentNodesMessage
The evaluation notebook's child document message.
|
static String |
EvaluationTableMessage
The evaluation table message.
|
static String |
EvaluationTextMessage
The evaluation text message.
|
static int |
NotebookChildDocumentNodesLimitationInEvaluationMode
OneNote notebook can contain up to NotebookChildDocumentNodesLimitationInEvaluationMode child nodes.
|
static int |
PageCountLimitationInSaveToOneInEvaluationMode
OneNote document can contain up to 2 pages.
|
static int |
PageRevisionsCountLimitationInEvaluationMode
Only first N page revisions in a history of a page are accessible in evaluation mode.
|
Constructor and Description |
---|
LicenseInfo() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEvaluation()
The is evaluation.
|
public static final String EvaluationMessage
The evaluation message.
public static final String EvaluationTextMessage
The evaluation text message.
public static final String EvaluationTableMessage
The evaluation table message.
public static final String EvaluationImageMessage
The evaluation image message.
public static final String EvaluationNotebookChildDocumentNodesMessage
The evaluation notebook's child document message.
public static final int PageRevisionsCountLimitationInEvaluationMode
Only first N page revisions in a history of a page are accessible in evaluation mode. Current page version + 2 archive revisions.
public static final int PageCountLimitationInSaveToOneInEvaluationMode
OneNote document can contain up to 2 pages.
public static final int NotebookChildDocumentNodesLimitationInEvaluationMode
OneNote notebook can contain up to NotebookChildDocumentNodesLimitationInEvaluationMode child nodes.
Copyright (c) 2017 Aspose. All Rights Reserved.