API Reference
Class
InfoBuilder
Builder for document information such as properties.
Inheritance
- Object
- InfoBuilder
Methods
public InfoBuilder Author(String author) #Returns:
InfoBuilderSets the document author.
Parameters
- author System.String
- Author name.
public InfoBuilder Category(String category) #Returns:
InfoBuilderSets the document category.
Parameters
- category System.String
- Category text.
public InfoBuilder Comments(String comments) #Returns:
InfoBuilderSets the document comments.
Parameters
- comments System.String
- Comments text.
public InfoBuilder Company(String company) #Returns:
InfoBuilderSets the company name.
Parameters
- company System.String
- Company name.
public InfoBuilder Custom(String name, Object value) #Returns:
InfoBuilderAdds or updates a custom document property.
Parameters
- name System.String
- Property name.
- value System.Object
- Property value.
public InfoBuilder Keywords(String keywords) #Returns:
InfoBuilderSets the document keywords.
Parameters
- keywords System.String
- Keywords list.
public InfoBuilder LastModifiedBy(String lastModifiedBy) #Returns:
InfoBuilderSets the user who last modified the document.
Parameters
- lastModifiedBy System.String
- Last modified by.
public InfoBuilder Manager(String manager) #Returns:
InfoBuilderSets the manager name.
Parameters
- manager System.String
- Manager name.
public InfoBuilder Revision(String revision) #Returns:
InfoBuilderSets the document revision.
Parameters
- revision System.String
- Revision value.
public InfoBuilder Subject(String subject) #Returns:
InfoBuilderSets the document subject.
Parameters
- subject System.String
- Subject text.
public InfoBuilder Title(String title) #Returns:
InfoBuilderSets the document title.
Parameters
- title System.String
- Title to assign.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object