AddContentFooterAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An action class which specifies adding a content footer to the document.
public class AddContentFooterAction : Microsoft.InformationProtection.Policy.Actions.Action
type AddContentFooterAction = class
inherit Action
Public Class AddContentFooterAction
Inherits Action
- Inheritance
Constructors
AddContentFooterAction(String, String, String, String, Int32, String, ContentMarkAlignment, Int32) |
Creates a new AddContentFooterAction. This constructor is only public to allow using this class in code testing |
Properties
ActionType |
The type of derived action this base class can be cast to (Inherited from Action) |
Alignment |
the ContentMarkAlignment of the footer. |
FontColor |
The font color, used to display the content footer, as a string (e.g."#000000"). |
FontName |
The font name, used to display the content footer, default value if not set by policy Calibri. |
FontSize |
The font size, used to display the content footer. |
Id |
The id of the action (Inherited from Action) |
Margin |
The margin of the footer from the bottom of the document. |
Text |
The text that's meant to go into the content footer. |
UIElementName |
An API used to mark the content footer element. This should be the name that should be used for the UI element that holds the content footer. |