Class ReadOnlyFormat

java.lang.Object
com._1c.g5.v8.dt.moxel.sheet.ReadOnlyFormat
Direct Known Subclasses:
ReadOnlyCellFullFormat

public class ReadOnlyFormat extends Object
  • Constructor Details

    • ReadOnlyFormat

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

    • 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()
    • getHorizontalAlignment

      public HorizontalAlignment getHorizontalAlignment()
    • isSetVerticalAlignment

      public boolean isSetVerticalAlignment()
    • getVerticalAlignment

      public VerticalAlignment getVerticalAlignment()
    • 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()
    • getTextPlacement

      public TextPlacement getTextPlacement()
    • 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()
    • getValueType

      public TypeDescription getValueType()
    • 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()
    • getDataFormat

      public LocalString getDataFormat()
    • isSetEditFormat

      public boolean isSetEditFormat()
    • getEditFormat

      public LocalString getEditFormat()
    • isSetMask

      public boolean isSetMask()
    • getMask

      public LocalString getMask()
    • isSetSizeChangeMode

      public boolean isSetSizeChangeMode()
    • getSizeChangeMode

      public SizeChangeMode getSizeChangeMode()
    • 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)
    • isSetMarginLeft

      public boolean isSetMarginLeft()
      Checks is margin left setted.
      Returns:
      true if setted, false otherwise
    • getMarginLeft

      public int getMarginLeft()
      Returns margin left.
      Returns:
      the margin left
    • isSetMarginTop

      public boolean isSetMarginTop()
      Checks is margin top setted.
      Returns:
      true if setted, false otherwise
    • getMarginTop

      public int getMarginTop()
      Returns margin top.
      Returns:
      the margin top
    • isSetMarginRight

      public boolean isSetMarginRight()
      Checks is margin right setted.
      Returns:
      true if setted, false otherwise
    • getMarginRight

      public int getMarginRight()
      Returns margin right.
      Returns:
      the margin right
    • isSetMarginBottom

      public boolean isSetMarginBottom()
      Checks is margin bottom setted.
      Returns:
      true if setted, false otherwise
    • getMarginBottom

      public int getMarginBottom()
      Returns margin bottom.
      Returns:
      the margin bottom
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object