class Wiris::PlatformSettings

Constants

IS_CSHARP
IS_FLASH
IS_JAVA
IS_JAVASCRIPT
IS_RUBY
PARSE_XML_ENTITIES
UTF8_CONVERSION

Public Instance Methods

evenTokensBoxWidth() click to toggle source
# File lib/src-generic/settings/PlatformSettings.rb, line 15
def evenTokensBoxWidth()
        return false
end
isWinXP() click to toggle source
# File lib/src-generic/settings/PlatformSettings.rb, line 11
def isWinXP()
        return false
end