Package com.stimulsoft.report.options
Class DesignerOptions.Editors.ImageEditor
java.lang.Object
com.stimulsoft.report.options.DesignerOptions.Editors.ImageEditor
- Enclosing class:
DesignerOptions.Editors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic voidsetShowDataColumnTabPage(boolean value) static voidsetShowFileTabPage(boolean value) static voidsetShowImageDataTabPage(boolean value) static voidsetShowImageTabPage(boolean value) static voidsetShowImageURLTabPage(boolean value)
-
Constructor Details
-
ImageEditor
public ImageEditor()
-
-
Method Details
-
getShowImageTabPage
public static boolean getShowImageTabPage() -
setShowImageTabPage
public static void setShowImageTabPage(boolean value) -
getShowDataColumnTabPage
public static boolean getShowDataColumnTabPage() -
setShowDataColumnTabPage
public static void setShowDataColumnTabPage(boolean value) -
getShowImageDataTabPage
public static boolean getShowImageDataTabPage() -
setShowImageDataTabPage
public static void setShowImageDataTabPage(boolean value) -
getShowImageURLTabPage
public static boolean getShowImageURLTabPage() -
setShowImageURLTabPage
public static void setShowImageURLTabPage(boolean value) -
getShowFileTabPage
public static boolean getShowFileTabPage() -
setShowFileTabPage
public static void setShowFileTabPage(boolean value)
-