updateStyleForThisDocument function

bool updateStyleForThisDocument(
  1. Pointer<Void> page
)

Implementation

bool updateStyleForThisDocument(Pointer<Void> page) {
  return _updateStyleForThisDocument(page) == 1;
}