module Asposewordsjavaforruby::HelloWorld

Public Class Methods

new() click to toggle source
# File lib/asposewordsjavaforruby/helloworld.rb, line 3
def initialize()
    # Create document.
    print_hello_world()
end

Public Instance Methods

print_hello_world() click to toggle source