Espacio de nombres: CodiumSDK.CPL.HTMLTags
Ensamblado: CodiumSDK.dll

Class that represent a “ol” tag. The ol tag defines an ordered list. An ordered list can be numerical or alphabetical.
C#
public class Ol : CodiumSDK.CPL.HTMLTagBase

Métodos

NombreDescripción
GetAttribute(name)Get Attribute

Constructores

NombreDescripción
Ol()Ol
Ol(program, reversed, start, type, innerHTML, style, className, id, title)Constructor for ol

GetAttribute(name)

Get Attribute
C#
public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name);

Regresa

CodiumSDK.CPL.HTMLAttribute

Parámetros

NombreTipoDescripción
nameSystem.StringName of the Atrribute

Ol()

Ol
C#
public Ol();

Ol(program, reversed, start, type, innerHTML, style, className, id, title)

Constructor for ol
C#
public Ol(CodiumSDK.CPL.ProgramDefinition program, System.Boolean reversed, System.Int32 start, CodiumSDK.CPL.HTMLTags.Ol.OlType type, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
reversedSystem.BooleanSpecifies that the list order should be reversed (9,8,7...)
startSystem.Int32Specifies the start value of an ordered list
typeCodiumSDK.CPL.HTMLTags.Ol.OlTypeSpecifies the kind of marker to use in the list
innerHTMLSystem.StringInner HTML
styleSystem.StringSpecifies an inline CSS style for an element
classNameSystem.StringSpecifies one or more classnames for an element (refers to a class in a style sheet)
idSystem.StringSpecifies a unique id for an element
titleSystem.StringSpecifies extra information about an element