Referencia de la Clase sage.ew.reports.BaseGeneratorElementAlign

Clase base para la generación de IElements con align Más...

Diagrama de herencias de sage.ew.reports.BaseGeneratorElementAlign
sage.ew.reports.BaseGeneratorElement sage.ew.reports.TextGeneratorElement sage.ew.reports.VariableGeneratorElement

Tipos públicos

enum  TextAlign {
  TextAlign.Left = 0, TextAlign.Center = 1, TextAlign.Right = 2, TextAlign.Justify = 3,
  TextAlign.Near = 4, TextAlign.Far = 5
}
 Enum TextAlign Más...
 
- Tipos públicos heredados desde sage.ew.reports.BaseGeneratorElement
enum  SectionTypeLocation {
  SectionTypeLocation.Detail = 0, SectionTypeLocation.FirstHeaderSection = 1, SectionTypeLocation.LastHeaderSection = 2, SectionTypeLocation.NewHeaderSection = 3,
  SectionTypeLocation.FirstFooterSection = 4, SectionTypeLocation.LastFooterSection = 5, SectionTypeLocation.NewFooterSection = 6, SectionTypeLocation.FirstHeaderSectionEmpty = 7,
  SectionTypeLocation.LastHeaderSectionEmpty = 8, SectionTypeLocation.FirstFooterSectionEmpty = 9, SectionTypeLocation.LastFooterSectionEmpty = 10, SectionTypeLocation.ReportHeaderSection = 11,
  SectionTypeLocation.ReportFooterSection = 12, SectionTypeLocation.ReportHeaderSectionEmpty = 13, SectionTypeLocation.ReportFooterSectionEmpty = 14, SectionTypeLocation.LastReportFooterSectionEmpty = 15
}
 Indica en que sección debe añadirse Más...
 

Métodos protegidos

Sage.Reporting.Model.TextAlign _ToModel (TextAlign toTextAlign)
 Pasa TextAlign a Sage.Reporting.Model.TextAlign Más...
 

Propiedades

TextAlign _TextAlign [get, set]
 TextAlign Más...
 
- Propiedades heredados desde sage.ew.reports.BaseGeneratorElement
String Condition [get, set]
 Condición para el componente Más...
 
String SectionCondition [get, set]
 Condición para la sección donde se añade el componente Más...
 
SectionTypeLocation _SectionLocation [get, set]
 Indica en que tipo de sección se colocará el componente Más...
 
Boolean _WordWrap [get, set]
 Indica si se permite el salto de linea Más...
 
String _StringLength [get, set]
 Cadena para calcular el tamaño Más...
 
Boolean _Bold [get, set]
 Indica si al crear/mostrar se debe marcar como bold Más...
 
Int16 _FontSize [get, set]
 Indica el tamaño de la letra al crear/mostrar Más...
 

Descripción detallada

Clase base para la generación de IElements con align

Definición en la línea 396 del archivo GenerateElement.cs.

Documentación de las enumeraciones miembro de la clase

◆ TextAlign

Enum TextAlign

Valores de enumeraciones
Left 
Center 
Right 
Justify 
Near 
Far 

Definición en la línea 404 del archivo GenerateElement.cs.

Documentación de las funciones miembro

◆ _ToModel()

Sage.Reporting.Model.TextAlign sage.ew.reports.BaseGeneratorElementAlign._ToModel ( TextAlign  toTextAlign)
inlineprotected

Pasa TextAlign a Sage.Reporting.Model.TextAlign

Parámetros
toTextAlign
Devuelve

Definición en la línea 452 del archivo GenerateElement.cs.

Documentación de propiedades

◆ _TextAlign

TextAlign sage.ew.reports.BaseGeneratorElementAlign._TextAlign
getset

TextAlign

Definición en la línea 436 del archivo GenerateElement.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: