API Reference
Class
FooterContentBuilder
Allows adding content to a specific footer.
Inheritance
- Object
- FooterContentBuilder
Methods
public FooterContentBuilder Image(String path, Nullable<Double> width = null, Nullable<Double> height = null, WrapTextImage wrapImage = InLineWithText, String description = "") #Returns:
FooterContentBuilderAdds an image to the footer.
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 FooterContentBuilder Paragraph(Action<ParagraphBuilder> action) #Returns:
FooterContentBuilderAdds 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 FooterContentBuilder Table(Int32 rows, Int32 columns, WordTableStyle tableStyle = TableGrid, Action<WordTable> configure = null) #Returns:
FooterContentBuilderAdds a table to the footer.
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