Class: Sketchup::Text
Instance Method Summary
collapse
#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #hidden?, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
#arrow_type ⇒ Object
3
4
|
# File 'lib/text.rb', line 3
def arrow_type
end
|
#arrow_type= ⇒ Object
5
6
|
# File 'lib/text.rb', line 5
def arrow_type=
end
|
#display_leader= ⇒ Object
7
8
|
# File 'lib/text.rb', line 7
def display_leader=
end
|
#display_leader? ⇒ Boolean
9
10
|
# File 'lib/text.rb', line 9
def display_leader?
end
|
#has_leader? ⇒ Boolean
11
12
|
# File 'lib/text.rb', line 11
def has_leader?
end
|
#leader_type ⇒ Object
13
14
|
# File 'lib/text.rb', line 13
def leader_type
end
|
#leader_type= ⇒ Object
15
16
|
# File 'lib/text.rb', line 15
def leader_type=
end
|
#line_weight ⇒ Object
17
18
|
# File 'lib/text.rb', line 17
def line_weight
end
|
#line_weight= ⇒ Object
19
20
|
# File 'lib/text.rb', line 19
def line_weight=
end
|
21
22
|
# File 'lib/text.rb', line 21
def point
end
|
23
24
|
# File 'lib/text.rb', line 23
def point=
end
|
25
26
|
# File 'lib/text.rb', line 25
def set_text
end
|
27
28
|
# File 'lib/text.rb', line 27
def text
end
|
29
30
|
# File 'lib/text.rb', line 29
def text=
end
|
31
32
|
# File 'lib/text.rb', line 31
def vector
end
|
33
34
|
# File 'lib/text.rb', line 33
def vector=
end
|