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

Class that represent a “figure” tag. The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
C#
public class Figure : CodiumSDK.CPL.HTMLTagBase

Métodos

NombreDescripción
GetAttribute(name)Get Attribute

Constructores

NombreDescripción
Figure()Figure
Figure(program, caption, src, alt, innerHTML, style, className, id, title)Constructor for figure

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

Figure()

Figure
C#
public Figure();

Figure(program, caption, src, alt, innerHTML, style, className, id, title)

Constructor for figure
C#
public Figure(CodiumSDK.CPL.ProgramDefinition program, System.String caption, System.String src, System.String alt, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
captionSystem.StringDefines a caption for a figure element.
srcSystem.StringImage source
altSystem.StringAlternative text of the image
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