Package io.keikai.api.model.impl
Class EnumUtil
- java.lang.Object
-
- io.keikai.api.model.impl.EnumUtil
-
public class EnumUtil extends Object
- Since:
- 3.0.0
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EnumUtil.Hyperlink
-
Constructor Summary
Constructors Constructor Description EnumUtil()
-
Method Summary
-
-
-
Method Detail
-
toRangePasteOpNative
public static SRange.PasteOperation toRangePasteOpNative(Range.PasteOperation op)
-
toRangePasteTypeNative
public static SRange.PasteType toRangePasteTypeNative(Range.PasteType type)
-
toFontTypeOffset
public static Font.TypeOffset toFontTypeOffset(SFont.TypeOffset typeOffset)
-
toFontTypeOffset
public static SFont.TypeOffset toFontTypeOffset(Font.TypeOffset typeOffset)
-
toFontUnderline
public static Font.Underline toFontUnderline(SFont.Underline underline)
-
toFontUnderline
public static SFont.Underline toFontUnderline(Font.Underline underline)
-
toFontBoldweight
public static Font.Boldweight toFontBoldweight(SFont.Boldweight boldweight)
-
toFontBoldweight
public static SFont.Boldweight toFontBoldweight(Font.Boldweight boldweight)
-
toStyleFillPattern
public static CellStyle.FillPattern toStyleFillPattern(SFill.FillPattern pattern)
-
toStyleFillPattern
public static SFill.FillPattern toStyleFillPattern(CellStyle.FillPattern pattern)
-
toStyleAlignemnt
public static SCellStyle.Alignment toStyleAlignemnt(CellStyle.Alignment alignment)
-
toStyleAlignemnt
public static CellStyle.Alignment toStyleAlignemnt(SCellStyle.Alignment alignment)
-
toStyleVerticalAlignemnt
public static SCellStyle.VerticalAlignment toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment)
-
toStyleVerticalAlignemnt
public static CellStyle.VerticalAlignment toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment)
-
toRangeApplyBorderType
public static SRange.ApplyBorderType toRangeApplyBorderType(Range.ApplyBorderType type)
-
toStyleBorderType
public static SBorder.BorderType toStyleBorderType(CellStyle.BorderType borderType)
-
toStyleBorderType
public static CellStyle.BorderType toStyleBorderType(SBorder.BorderType borderType)
-
toRangeBorderType
public static SBorder.BorderType toRangeBorderType(CellStyle.BorderType lineStyle)
-
toRangeInsertShift
public static SRange.InsertShift toRangeInsertShift(Range.InsertShift shift)
-
toRangeInsertCopyOrigin
public static SRange.InsertCopyOrigin toRangeInsertCopyOrigin(Range.InsertCopyOrigin copyOrigin)
-
toRangeDeleteShift
public static SRange.DeleteShift toRangeDeleteShift(Range.DeleteShift shift)
-
toRangeSortDataOption
public static SRange.SortDataOption toRangeSortDataOption(Range.SortDataOption dataOption)
-
toRangeAutoFilterOperation
public static SAutoFilter.FilterOp toRangeAutoFilterOperation(Range.AutoFilterOperation filterOp)
-
toRangeFillType
public static SRange.FillType toRangeFillType(Range.AutoFillType fillType)
-
toHyperlinkType
public static SHyperlink.HyperlinkType toHyperlinkType(Hyperlink.HyperlinkType type)
-
toHyperlinkType
public static Hyperlink.HyperlinkType toHyperlinkType(int type)
-
toHyperlinkType
public static Hyperlink.HyperlinkType toHyperlinkType(SHyperlink.HyperlinkType type)
-
toPictureFormat
public static SPicture.Format toPictureFormat(Picture.Format format)
-
toChartType
public static SChart.ChartType toChartType(Chart.Type type)
-
isThreeDimentionalChart
public static boolean isThreeDimentionalChart(Chart.Type type)
-
toChartGrouping
public static SChart.ChartGrouping toChartGrouping(Chart.Grouping grouping)
-
toLegendPosition
public static SChart.ChartLegendPosition toLegendPosition(Chart.LegendPosition pos)
-
-