com.aspose.words
Class UserInformation

java.lang.Object
    extended by com.aspose.words.UserInformation

public class UserInformation 
extends java.lang.Object

Specifies information about the user.

Constructor Summary
UserInformation()
          
 
Property Getters/Setters Summary
java.lang.StringgetAddress()
voidsetAddress(java.lang.String value)
           Gets or sets the user's postal address.
static UserInformationgetDefaultUser()
           Default user information.
java.lang.StringgetInitials()
voidsetInitials(java.lang.String value)
           Gets or sets the user's initials.
java.lang.StringgetName()
voidsetName(java.lang.String value)
           Gets or sets the user's name.
 

Constructor Detail

UserInformation

public UserInformation()

Property Getters/Setters Detail

getAddress/setAddress

public java.lang.String getAddress() / public void setAddress(java.lang.String value)
Gets or sets the user's postal address.

getDefaultUser

public static UserInformation getDefaultUser()
Default user information. Use the FieldOptions.CurrentUser property to specify user information for single document.

getInitials/setInitials

public java.lang.String getInitials() / public void setInitials(java.lang.String value)
Gets or sets the user's initials.

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Gets or sets the user's name.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.