MCPcopy Create free account
hub / github.com/apache/poi / setDialog

Method setDialog

src/java/org/apache/poi/hssf/record/WSBoolRecord.java:100–103  ·  view source on GitHub ↗

set whether sheet is a dialog sheet or not @param isDialog or not

(boolean isDialog)

Source from the content-addressed store, hash-verified

98 */
99
100 public void setDialog(boolean isDialog)
101 {
102 field_1_wsbool = dialog.setByteBoolean(field_1_wsbool, isDialog);
103 }
104
105 /**
106 * set if row summaries appear below detail in the outline

Callers 1

setDialogMethod · 0.95

Calls 1

setByteBooleanMethod · 0.80

Tested by

no test coverage detected