Class: Wiris::PlatformSettings
- Inherits:
-
Object
- Object
- Wiris::PlatformSettings
- Defined in:
- lib/src-generic/settings/PlatformSettings.rb
Constant Summary collapse
- PARSE_XML_ENTITIES =
false
- IS_CSHARP =
false
- IS_JAVA =
true
- IS_JAVASCRIPT =
false
- IS_FLASH =
false
- IS_RUBY =
true
- UTF8_CONVERSION =
false
Instance Method Summary collapse
Instance Method Details
#evenTokensBoxWidth ⇒ Object
15 16 17 |
# File 'lib/src-generic/settings/PlatformSettings.rb', line 15 def evenTokensBoxWidth() return false end |
#isWinXP ⇒ Object
11 12 13 |
# File 'lib/src-generic/settings/PlatformSettings.rb', line 11 def isWinXP() return false end |