@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface AuthorReviewerNameController
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getReviewerAuthorName()
Get the current reviewer author name. 
 | 
void | 
setReviewerAuthorName(java.lang.String authorName)
Set the current reviewer author name, used in the processing instruction 
 that results when a 
  
Tracked Change
 
 (<?oxy_insert_start author="reviewer_name"...?>xml content<?oxy_insert_end?>)
  
 or Comment
 
 (<?oxy_comment_start author="reviewer_name"...?>xml content<?oxy_comment_end?>)
 
 is serialized, as value of the "author" attribute.  | 
void setReviewerAuthorName(java.lang.String authorName)
Tracked Change
 
 (<?oxy_insert_start author="reviewer_name"...?>xml content<?oxy_insert_end?>)
  
 Comment
 
 (<?oxy_comment_start author="reviewer_name"...?>xml content<?oxy_comment_end?>)
 
 authorName - The reviewer author name. 
 If set to null, the default author name (as set in the Oxygen Preferences) 
 will be used in Change Tracking and Comments serialization.java.lang.String getReviewerAuthorName()
setReviewerAuthorName(String).© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.