PageSetup.VerticalAlignment Property
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.
Returns or sets the vertical alignment of text on each page in a document or section.
public:
property Microsoft::Office::Interop::Word::WdVerticalAlignment VerticalAlignment { Microsoft::Office::Interop::Word::WdVerticalAlignment get(); void set(Microsoft::Office::Interop::Word::WdVerticalAlignment value); };
public Microsoft.Office.Interop.Word.WdVerticalAlignment VerticalAlignment { get; set; }
member this.VerticalAlignment : Microsoft.Office.Interop.Word.WdVerticalAlignment with get, set
Public Property VerticalAlignment As WdVerticalAlignment