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); }
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); }
public boolean getPerformDataValidation() { return performDataValidation.isSet(errorCheck); }
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); }
private boolean isRichText() { return richText.isSet(getOptionFlags()); }
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); }
public boolean getCheckDateTimeFormats() { return checkDateTimeFormats.isSet(errorCheck); }
/** * use the default minor unit * * @return the default minor unit field value. */ public boolean isDefaultMinorUnit() { return defaultMinorUnit.isSet(field_9_options); }
public boolean getCheckUnprotectedFormulas() { return checkUnprotectedFormulas.isSet(errorCheck); }
/** * this is a date axis * * @return the isDate field value. */ public boolean isIsDate() { return isDate.isSet(field_9_options); }
public boolean getCheckCalculationErrors() { return checkCalculationErrors.isSet(errorCheck); }
/** * use the default base unit * * @return the default base field value. */ public boolean isDefaultBase() { return defaultBase.isSet(field_9_options); }
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); }