API Reference
Class
HeaderContentBuilder
Allows adding content to a specific header.
Inheritance
- Object
- HeaderContentBuilder
Methods
public HeaderContentBuilder Image(String path, Nullable<Double> width = null, Nullable<Double> height = null, WrapTextImage wrapImage = InLineWithText, String description = "") #Returns:
HeaderContentBuilderAdds an image to the header.
Parameters
- path System.String
- width System.Nullable{System.Double} = null
- height System.Nullable{System.Double} = null
- wrapImage OfficeIMO.Word.WrapTextImage = InLineWithText
- description System.String = ""
Paragraph 2 overloads
public HeaderContentBuilder Paragraph(Action<ParagraphBuilder> action) #Returns:
HeaderContentBuilderAdds a paragraph with the specified text.
Parameters
- text System.String
Paragraph(System.Action{OfficeIMO.Word.Fluent.ParagraphBuilder} action) #Adds a paragraph configured using the supplied action.
Parameters
- action System.Action{OfficeIMO.Word.Fluent.ParagraphBuilder}
public HeaderContentBuilder Table(Int32 rows, Int32 columns, WordTableStyle tableStyle = TableGrid, Action<WordTable> configure = null) #Returns:
HeaderContentBuilderAdds a table to the header.
Parameters
- rows System.Int32
- columns System.Int32
- tableStyle OfficeIMO.Word.WordTableStyle = TableGrid
- configure System.Action{OfficeIMO.Word.WordTable} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object