public interface IJsObject
Modifier and Type | Method and Description |
---|---|
void |
defineConstantProperty(String key, Object value) |
void |
defineProperty(String key, Object value) |
Object |
evaluateScript(String script) |
Object |
getOwnProperty(String key) |
Object |
getProperty(String key) |
boolean |
isUndefined(Object obj) |
boolean isUndefined(Object obj)
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.