prjHTMLPageLayout Enum

Definition

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

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.

Applies to