OfficeIMO

API Reference

Class

InfoBuilder

Namespace OfficeIMO.Word.Fluent
Assembly OfficeIMO.Word

Builder for document information such as properties.

Inheritance

  • Object
  • InfoBuilder

Methods

public InfoBuilder Author(String author) #
Returns: InfoBuilder

Sets the document author.

Parameters

author System.String requiredposition: 0
Author name.
public InfoBuilder Category(String category) #
Returns: InfoBuilder

Sets the document category.

Parameters

category System.String requiredposition: 0
Category text.
public InfoBuilder Comments(String comments) #
Returns: InfoBuilder

Sets the document comments.

Parameters

comments System.String requiredposition: 0
Comments text.
public InfoBuilder Company(String company) #
Returns: InfoBuilder

Sets the company name.

Parameters

company System.String requiredposition: 0
Company name.
public InfoBuilder Custom(String name, Object value) #
Returns: InfoBuilder

Adds or updates a custom document property.

Parameters

name System.String requiredposition: 0
Property name.
value System.Object requiredposition: 1
Property value.
public InfoBuilder Keywords(String keywords) #
Returns: InfoBuilder

Sets the document keywords.

Parameters

keywords System.String requiredposition: 0
Keywords list.
public InfoBuilder LastModifiedBy(String lastModifiedBy) #
Returns: InfoBuilder

Sets the user who last modified the document.

Parameters

lastModifiedBy System.String requiredposition: 0
Last modified by.
public InfoBuilder Manager(String manager) #
Returns: InfoBuilder

Sets the manager name.

Parameters

manager System.String requiredposition: 0
Manager name.
public InfoBuilder Revision(String revision) #
Returns: InfoBuilder

Sets the document revision.

Parameters

revision System.String requiredposition: 0
Revision value.
public InfoBuilder Subject(String subject) #
Returns: InfoBuilder

Sets the document subject.

Parameters

subject System.String requiredposition: 0
Subject text.
public InfoBuilder Title(String title) #
Returns: InfoBuilder

Sets the document title.

Parameters

title System.String requiredposition: 0
Title to assign.