Uses of Class
adalid.core.enums.EmbeddedDocumentStyle
-
Packages that use EmbeddedDocumentStyle Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of EmbeddedDocumentStyle in adalid.core.annotations
Methods in adalid.core.annotations that return EmbeddedDocumentStyle Modifier and Type Method Description EmbeddedDocumentStylestyle()style indica el tipo de presentación del documento incrustado. -
Uses of EmbeddedDocumentStyle in adalid.core.data.types
Methods in adalid.core.data.types that return EmbeddedDocumentStyle Modifier and Type Method Description EmbeddedDocumentStyleStringData. getEmbeddedDocumentStyle()Methods in adalid.core.data.types with parameters of type EmbeddedDocumentStyle Modifier and Type Method Description voidStringData. setEmbeddedDocumentStyle(EmbeddedDocumentStyle style) -
Uses of EmbeddedDocumentStyle in adalid.core.enums
Methods in adalid.core.enums that return EmbeddedDocumentStyle Modifier and Type Method Description static EmbeddedDocumentStyleEmbeddedDocumentStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedDocumentStyle[]EmbeddedDocumentStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-