public static enum PdfShortExpose.GalleryMode extends Enum<PdfShortExpose.GalleryMode> implements com.openindex.openestate.impl.utils.Translatable
Enum Constant and Description |
---|
IMAGE_1x1 |
IMAGE_PLAN_2x1 |
IMAGES_2x1 |
IMAGES_2x2 |
IMAGES_3x1 |
IMAGES_3x2 |
NO_GALLERY |
PLAN_1x1 |
PLAN_IMAGE_2x1 |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
int |
getRowCount() |
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static PdfShortExpose.GalleryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfShortExpose.GalleryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
write()
Deprecated.
|
public static final PdfShortExpose.GalleryMode IMAGE_1x1
public static final PdfShortExpose.GalleryMode PLAN_1x1
public static final PdfShortExpose.GalleryMode IMAGE_PLAN_2x1
public static final PdfShortExpose.GalleryMode PLAN_IMAGE_2x1
public static final PdfShortExpose.GalleryMode IMAGES_2x1
public static final PdfShortExpose.GalleryMode IMAGES_3x1
public static final PdfShortExpose.GalleryMode IMAGES_2x2
public static final PdfShortExpose.GalleryMode IMAGES_3x2
public static final PdfShortExpose.GalleryMode NO_GALLERY
public static PdfShortExpose.GalleryMode[] values()
for (PdfShortExpose.GalleryMode c : PdfShortExpose.GalleryMode.values()) System.out.println(c);
public static PdfShortExpose.GalleryMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getColumnCount()
public int getRowCount()
public String getTranslation()
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
public String getTranslation(Locale locale)
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
@Deprecated public String write()
Copyright © 2015 OpenEstate. All rights reserved.