Class ReadOnlyFormat

    • Constructor Detail

      • ReadOnlyFormat

        public ReadOnlyFormat​(Format format_)
        Конструктор.
    • Method Detail

      • isSetFont

        public boolean isSetFont()
      • getFont

        public int getFont()
      • isSetLeftBorder

        public boolean isSetLeftBorder()
      • getLeftBorder

        public int getLeftBorder()
      • isSetTopBorder

        public boolean isSetTopBorder()
      • getTopBorder

        public int getTopBorder()
      • isSetRightBorder

        public boolean isSetRightBorder()
      • getRightBorder

        public int getRightBorder()
      • isSetBottomBorder

        public boolean isSetBottomBorder()
      • getBottomBorder

        public int getBottomBorder()
      • isSetBorderColor

        public boolean isSetBorderColor()
      • getBorderColor

        public int getBorderColor()
      • isSetHeight

        public boolean isSetHeight()
      • getHeight

        public int getHeight()
      • isSetWidth

        public boolean isSetWidth()
      • getWidth

        public int getWidth()
      • isSetHorizontalAlignment

        public boolean isSetHorizontalAlignment()
      • isSetVerticalAlignment

        public boolean isSetVerticalAlignment()
      • isSetTextColor

        public boolean isSetTextColor()
      • getTextColor

        public int getTextColor()
      • isSetBackColor

        public boolean isSetBackColor()
      • getBackColor

        public int getBackColor()
      • isSetPatternColor

        public boolean isSetPatternColor()
      • getPatternColor

        public int getPatternColor()
      • isSetPattern

        public boolean isSetPattern()
      • getPattern

        public Pattern getPattern()
      • isSetTextPlacement

        public boolean isSetTextPlacement()
      • isSetFillType

        public boolean isSetFillType()
      • getFillType

        public FillType getFillType()
      • isSetProtection

        public boolean isSetProtection()
      • isProtection

        public boolean isProtection()
      • isSetHidden

        public boolean isSetHidden()
      • isHidden

        public boolean isHidden()
      • isSetTextOrientation

        public boolean isSetTextOrientation()
      • getTextOrientation

        public int getTextOrientation()
      • isSetDetailUse

        public boolean isSetDetailUse()
      • getDetailUse

        public DetailUse getDetailUse()
      • isSetBySelectedColumns

        public boolean isSetBySelectedColumns()
      • isBySelectedColumns

        public boolean isBySelectedColumns()
      • isSetMarkNegatives

        public boolean isSetMarkNegatives()
      • isMarkNegatives

        public boolean isMarkNegatives()
      • isSetContainsValue

        public boolean isSetContainsValue()
      • isContainsValue

        public boolean isContainsValue()
      • isSetValueType

        public boolean isSetValueType()
      • isSetControlType

        public boolean isSetControlType()
      • getControlType

        public UUID getControlType()
      • isSetHyperlink

        public boolean isSetHyperlink()
      • isHyperlink

        public boolean isHyperlink()
      • isSetQuickDrag

        public boolean isSetQuickDrag()
      • isQuickDrag

        public boolean isQuickDrag()
      • isSetAutoMarkIncomplete

        public boolean isSetAutoMarkIncomplete()
      • isAutoMarkIncomplete

        public boolean isAutoMarkIncomplete()
      • isSetMarkIncomplete

        public boolean isSetMarkIncomplete()
      • isMarkIncomplete

        public boolean isMarkIncomplete()
      • isSetIndent

        public boolean isSetIndent()
      • getIndent

        public int getIndent()
      • isSetAutoIndent

        public boolean isSetAutoIndent()
      • getAutoIndent

        public int getAutoIndent()
      • isSetDataFormat

        public boolean isSetDataFormat()
      • isSetEditFormat

        public boolean isSetEditFormat()
      • isSetMask

        public boolean isSetMask()
      • isSetSizeChangeMode

        public boolean isSetSizeChangeMode()
      • isSetPrint

        public boolean isSetPrint()
      • isPrint

        public boolean isPrint()
      • isSetDrawingBorder

        public boolean isSetDrawingBorder()
      • getDrawingBorder

        public int getDrawingBorder()
      • isSetDrawingHaveLeftBorder

        public boolean isSetDrawingHaveLeftBorder()
      • isDrawingHaveLeftBorder

        public boolean isDrawingHaveLeftBorder()
      • isSetDrawingHaveTopBorder

        public boolean isSetDrawingHaveTopBorder()
      • isDrawingHaveTopBorder

        public boolean isDrawingHaveTopBorder()
      • isSetDrawingHaveRightBorder

        public boolean isSetDrawingHaveRightBorder()
      • isDrawingHaveRightBorder

        public boolean isDrawingHaveRightBorder()
      • isSetDrawingHaveBottomBorder

        public boolean isSetDrawingHaveBottomBorder()
      • isDrawingHaveBottomBorder

        public boolean isDrawingHaveBottomBorder()
      • isSetPictureIndex

        public boolean isSetPictureIndex()
        Check if picture index is set
        Returns:
        check result
      • getPictureIndex

        public int getPictureIndex()
        Get in-cell picture index
        Returns:
        in-cell picture index
      • isSetPictureHorizontalAlignment

        public boolean isSetPictureHorizontalAlignment()
        Check if picture horizontal alignment is set
        Returns:
        check result
      • getPictureHorizontalAlignment

        public HorizontalAlignment getPictureHorizontalAlignment()
        Get picture horizontal alignment
        Returns:
        picture horizontal alignment
      • isSetPictureVerticalAlignment

        public boolean isSetPictureVerticalAlignment()
        Check if picture vertical alignment is set
        Returns:
        check result
      • getPictureVerticalAlignment

        public VerticalAlignment getPictureVerticalAlignment()
        Get picture vertical alignment
        Returns:
        picture vertical alignment
      • isSetPictureSize

        public boolean isSetPictureSize()
        Check if picture size is set
        Returns:
        check result
      • getPictureSize

        public PictureSize getPictureSize()
        Get picture size mode
        Returns:
        picture size mode
      • isSetTextPosition

        public boolean isSetTextPosition()
        Check if text position relative to picture is set
        Returns:
        check result
      • getTextPosition

        public CellTextPosition getTextPosition()
        Get text position relative to picture
        Returns:
        text position relative to picture
      • isSetAutoWidthCalculation

        public boolean isSetAutoWidthCalculation()
        Check if auto width calculation is set.
        Returns:
        true if auto width calculation is set, false otherwise
      • isAutoWidthCalculation

        public boolean isAutoWidthCalculation()
        Get auto width calculation value.
        Returns:
        auto width calculation value
      • isSetWidthWeightFactor

        public boolean isSetWidthWeightFactor()
        Check if width weight factor is set.
        Returns:
        true if width weight factor is set, false otherwise
      • getWidthWeightFactor

        public int getWidthWeightFactor()
        Get width weight factor.
        Returns:
        width weight factor
      • getFormat

        public Format getFormat()
        Returns:
        the copy of format (made by EcoreUtil)