prjHTMLPageLayout Enum
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.
Used by the DefaultHTMLPageLayout of the Project.Properties collection object. The DefaultHTMLPageLayout specifies the default layout for new HTML pages.
public enum class prjHTMLPageLayout
public enum class prjHTMLPageLayout
enum prjHTMLPageLayout
[System.Runtime.InteropServices.Guid("8821C6DB-40B9-4584-B3F1-28336B36A23D")]
public enum prjHTMLPageLayout
[<System.Runtime.InteropServices.Guid("8821C6DB-40B9-4584-B3F1-28336B36A23D")>]
type prjHTMLPageLayout =
Public Enum prjHTMLPageLayout
- Inheritance
-
prjHTMLPageLayout
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjHTMLPageLayoutFlow | 0 | HTML elements are arranged according to the order that they occur in the HTML markup. |
prjHTMLPageLayoutGrid | 1 | HTML elements are positioned using x and y coordinates. |