Format
Enumerates semantic metadata formats that are supported for rendering into the page.
Content copied to clipboard
elide.page.FormatProperties
Link copied to clipboard
                  Specifies generic metadata tags as a metadata format.
Content copied to clipboard
GENERIC = 0;Link copied to clipboard
                  Specifies JSON-LD as a metadata format.
Content copied to clipboard
JSON_LD = 2;Link copied to clipboard
                  Specifies OpenGraph tags as a metadata format.
Content copied to clipboard
OPENGRAPH = 1;Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)