Ejemplo n.º 1
0
 public boolean getCheckInconsistentFormulas() {
   return checkInconsistentFormulas.isSet(errorCheck);
 }
 /**
  * use default date setttings for this axis
  *
  * @return the default date settings field value.
  */
 public boolean isDefaultDateSettings() {
   return defaultDateSettings.isSet(field_9_options);
 }
Ejemplo n.º 3
0
 public boolean getCheckInconsistentRanges() {
   return checkInconsistentRanges.isSet(errorCheck);
 }
 /**
  * Only show visible cells on the chart.
  *
  * @return the plot visible only field value.
  */
 public boolean isPlotVisibleOnly() {
   return plotVisibleOnly.isSet(field_1_flags);
 }
 /**
  * use the default crossing point
  *
  * @return the default cross field value.
  */
 public boolean isDefaultCross() {
   return defaultCross.isSet(field_9_options);
 }
Ejemplo n.º 6
0
 public boolean getPerformDataValidation() {
   return performDataValidation.isSet(errorCheck);
 }
Ejemplo n.º 7
0
 public boolean getCheckEmptyCellRef() {
   return checkEmptyCellRef.isSet(errorCheck);
 }
 /**
  * use the default maximum category
  *
  * @return the default maximum field value.
  */
 public boolean isDefaultMaximum() {
   return defaultMaximum.isSet(field_9_options);
 }
 /**
  * use the default major unit
  *
  * @return the default major field value.
  */
 public boolean isDefaultMajor() {
   return defaultMajor.isSet(field_9_options);
 }
Ejemplo n.º 10
0
 private boolean isRichText() {
   return richText.isSet(getOptionFlags());
 }
Ejemplo n.º 11
0
 private boolean isExtendedText() {
   return extBit.isSet(getOptionFlags());
 }
 /**
  * ??
  *
  * @return the auto plot area field value.
  */
 public boolean isAutoPlotArea() {
   return autoPlotArea.isSet(field_1_flags);
 }
 /**
  * Indicates that the default area dimensions should be used.
  *
  * @return the default plot dimensions field value.
  */
 public boolean isDefaultPlotDimensions() {
   return defaultPlotDimensions.isSet(field_1_flags);
 }
 /**
  * Do not size the chart when the window changes size
  *
  * @return the do not size with window field value.
  */
 public boolean isDoNotSizeWithWindow() {
   return doNotSizeWithWindow.isSet(field_1_flags);
 }
Ejemplo n.º 15
0
 public boolean getCheckDateTimeFormats() {
   return checkDateTimeFormats.isSet(errorCheck);
 }
Ejemplo n.º 16
0
 /**
  * use the default minor unit
  *
  * @return the default minor unit field value.
  */
 public boolean isDefaultMinorUnit() {
   return defaultMinorUnit.isSet(field_9_options);
 }
Ejemplo n.º 17
0
 public boolean getCheckUnprotectedFormulas() {
   return checkUnprotectedFormulas.isSet(errorCheck);
 }
Ejemplo n.º 18
0
 /**
  * this is a date axis
  *
  * @return the isDate field value.
  */
 public boolean isIsDate() {
   return isDate.isSet(field_9_options);
 }
Ejemplo n.º 19
0
 public boolean getCheckCalculationErrors() {
   return checkCalculationErrors.isSet(errorCheck);
 }
Ejemplo n.º 20
0
 /**
  * use the default base unit
  *
  * @return the default base field value.
  */
 public boolean isDefaultBase() {
   return defaultBase.isSet(field_9_options);
 }
Ejemplo n.º 21
0
 public boolean getCheckNumbersAsText() {
   return checkNumbersAsText.isSet(errorCheck);
 }
 /**
  * Has the chart type been manually formatted?
  *
  * @return the chart type manually formatted field value.
  */
 public boolean isChartTypeManuallyFormatted() {
   return chartTypeManuallyFormatted.isSet(field_1_flags);
 }