Class: Wiris::PlatformSettings

Inherits:
Object
  • Object
show all
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

#evenTokensBoxWidthObject



15
16
17
# File 'lib/src-generic/settings/PlatformSettings.rb', line 15

def evenTokensBoxWidth()
	return false
end

#isWinXPObject



11
12
13
# File 'lib/src-generic/settings/PlatformSettings.rb', line 11

def isWinXP()
	return false
end