setPageExtraProperties method
Sets page-specific properties that will be passed to all units on this page.
Implementation
void setPageExtraProperties(HashMap<String, String> extraProperties) {
TBLProperties.mergeValidExtraProperties(
_unrecognizedPageExtraProperties, extraProperties);
}