API Reference

Class

WordInfoBuilder

Namespace OfficeIMO.Word.Fluent
Assembly OfficeIMO.Word

Builder for document information such as properties.

Inheritance

  • Object
  • WordInfoBuilder

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public WordInfoBuilder Author(String author) #
Returns: WordInfoBuilder

Sets the document author.

Parameters

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

Sets the document category.

Parameters

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

Sets the document comments.

Parameters

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

Sets the company name.

Parameters

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

Adds or updates a custom document property.

Parameters

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

Sets the document keywords.

Parameters

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

Sets the user who last modified the document.

Parameters

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

Sets the manager name.

Parameters

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

Sets the document revision.

Parameters

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

Sets the document subject.

Parameters

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

Sets the document title.

Parameters

title System.String requiredposition: 0
Title to assign.