Class: Layout::AutoTextDefinition
- Inherits:
-
Object
- Object
- Layout::AutoTextDefinition
- Defined in:
- lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb
Overview
References an auto-text definition. Some auto-text definitions are mandatory. Mandatory auto-text definitions may not be removed, added, or modified.
A mandatory AutoTextDefinition is one of the following types:
Layout::AutoTextDefinition::TYPE_MODEL_GROUP_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_INSTANCE_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_DEFINITION_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_DESCRIPTIONLayout::AutoTextDefinition::TYPE_MODEL_VOLUMELayout::AutoTextDefinition::TYPE_MODEL_FACE_AREALayout::AutoTextDefinition::TYPE_MODEL_EDGE_LENGTHLayout::AutoTextDefinition::TYPE_MODEL_COORDINATESLayout::AutoTextDefinition::TYPE_MODEL_DYNAMIC_COMPONENT_ATTRIBUTELayout::AutoTextDefinition::TYPE_MODEL_CLASSIFIER_ATTRIBUTELayout::AutoTextDefinition::TYPE_MODEL_SCENE_NAMELayout::AutoTextDefinition::TYPE_MODEL_SCENE_DESCRIPTIONLayout::AutoTextDefinition::TYPE_MODEL_SCALELayout::AutoTextDefinition::TYPE_MODEL_SECTION_NAMELayout::AutoTextDefinition::TYPE_MODEL_SECTION_SYMBOL
Constant Summary collapse
- NUMBER_STYLE_ARABIC =
Constants
nil- NUMBER_STYLE_ARABIC_PADDED =
Stub value.
nil- NUMBER_STYLE_LC_ALPHA =
Stub value.
nil- NUMBER_STYLE_LC_ROMAN =
Stub value.
nil- NUMBER_STYLE_UC_ALPHA =
Stub value.
nil- NUMBER_STYLE_UC_ROMAN =
Stub value.
nil- TYPE_CUSTOM_TEXT =
Stub value.
nil- TYPE_DATE_CREATED =
Stub value.
nil- TYPE_DATE_CURRENT =
Stub value.
nil- TYPE_DATE_MODIFIED =
Stub value.
nil- TYPE_DATE_PUBLISHED =
Stub value.
nil- TYPE_FILE =
Stub value.
nil- TYPE_MODEL_CLASSIFIER_ATTRIBUTE =
Stub value.
nil- TYPE_MODEL_COMPONENT_DEFINITION_ATTRIBUTE =
Stub value.
nil- TYPE_MODEL_COMPONENT_DEFINITION_NAME =
Stub value.
nil- TYPE_MODEL_COMPONENT_DESCRIPTION =
Stub value.
nil- TYPE_MODEL_COMPONENT_INSTANCE_ATTRIBUTE =
Stub value.
nil- TYPE_MODEL_COMPONENT_INSTANCE_NAME =
Stub value.
nil- TYPE_MODEL_COORDINATES =
Stub value.
nil- TYPE_MODEL_DYNAMIC_COMPONENT_ATTRIBUTE =
Stub value.
nil- TYPE_MODEL_EDGE_LENGTH =
Stub value.
nil- TYPE_MODEL_FACE_AREA =
Stub value.
nil- TYPE_MODEL_GROUP_NAME =
Stub value.
nil- TYPE_MODEL_RATIO =
Stub value.
nil- TYPE_MODEL_SCALE =
Stub value.
nil- TYPE_MODEL_SCENE_DESCRIPTION =
Stub value.
nil- TYPE_MODEL_SCENE_NAME =
Stub value.
nil- TYPE_MODEL_SECTION_NAME =
Stub value.
nil- TYPE_MODEL_SECTION_SYMBOL =
Stub value.
nil- TYPE_MODEL_VOLUME =
Stub value.
nil- TYPE_PAGE_COUNT =
Stub value.
nil- TYPE_PAGE_NAME =
Stub value.
nil- TYPE_PAGE_NUMBER =
Stub value.
nil- TYPE_SEQUENCE =
Stub value.
nil
Instance Method Summary collapse
-
#==(other) ⇒ Boolean
The #== method checks to see if the two AutoTextDefinitions are equal.
-
#custom_text ⇒ String
The #custom_text method returns the custom text of the
Layout::AutoTextDefinition::TYPE_CUSTOM_TEXTAutoTextDefinition. -
#custom_text=(custom_text) ⇒ Object
The #custom_text method sets the custom text of the
Layout::AutoTextDefinition::TYPE_CUSTOM_TEXTAutoTextDefinition. -
#date_format ⇒ String
The #date_format method returns the date format of a
Layout::AutoTextDefinition::TYPE_DATE_*AutoTextDefinition. -
#date_format=(date_format) ⇒ Object
The #date_format method sets the date format of a
Layout::AutoTextDefinition::TYPE_DATE_*AutoTextDefinition. -
#display_file_extension=(display_file_extension) ⇒ Object
The #display_file_extension= method sets whether the
Layout::AutoTextDefinition::TYPE_FILEAutoTextDefinition displays the file extension. -
#display_file_extension? ⇒ Boolean
The #display_file_extension? method returns whether the
Layout::AutoTextDefinition::TYPE_FILEAutoTextDefinition displays the file extension. -
#display_full_path=(display_full_path) ⇒ Object
The #display_full_path= method sets whether the
Layout::AutoTextDefinition::TYPE_FILEAutoTextDefinition displays the full path. -
#display_full_path? ⇒ Boolean
The #display_full_path? method returns whether the
Layout::AutoTextDefinition::TYPE_FILEAutoTextDefinition displays the full path. -
#end_page ⇒ Layout::Page?
The #end_page method returns the end page for the
Layout::AutoTextDefinition::TYPE_PAGE_COUNTAutoTextDefinition. -
#end_page=(page) ⇒ Object
The #end_page= method sets the end page for the
Layout::AutoTextDefinition::TYPE_PAGE_COUNTAutoTextDefinition. -
#increment ⇒ Integer
The #increment method returns the increment value for
Layout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinitions. -
#increment=(increment) ⇒ Object
The #increment= method sets the increment value for
Layout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinitions. -
#mandatory? ⇒ Boolean
The #mandatory? method returns whether the AutoTextDefinition is mandatory or not.
-
#name ⇒ String
The #name method returns the name of the AutoTextDefinition.
-
#name=(name) ⇒ Object
The #name= method sets the name of the AutoTextDefinition.
-
#number_style ⇒ Integer
The #number_style method returns the numbering style for
Layout::AutoTextDefinition::TYPE_PAGE_NUMBER,Layout::AutoTextDefinition::TYPE_PAGE_COUNT, andLayout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinitions. -
#number_style=(number_style) ⇒ Object
The #number_style= method sets the numbering style for
Layout::AutoTextDefinition::TYPE_PAGE_NUMBER,Layout::AutoTextDefinition::TYPE_PAGE_COUNT, andLayout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinitions. -
#page_number_style ⇒ Integer
deprecated
Deprecated.
LayOut 2022.0 This method is deprecated in favor of the more generic #number_style method that also works on
Layout::AutoTextDefintion::TYPE_PAGE_COUNTandLayout::AutoTextDefintion::TYPE_SEQUENCEAutoTextDefinitions. -
#page_number_style=(number_style) ⇒ Object
deprecated
Deprecated.
LayOut 2022.0 This method is deprecated in favor of the more generic #number_style= method that also works on
Layout::AutoTextDefintion::TYPE_PAGE_COUNTandLayout::AutoTextDefintion::TYPE_SEQUENCEAutoTextDefinitions. -
#renumber ⇒ Object
The #renumber method iterates through all uses of the
Layout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinition and eliminates gaps and duplicates in the sequence. -
#sequence_format ⇒ String
The #sequence_format method returns the sequence format of a
Layout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinition. -
#sequence_format=(sequence_format) ⇒ Object
The #sequence_format= method sets the sequence format of a
Layout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinition. -
#start_index ⇒ Integer
The #start_index method returns the start index for
Layout::AutoTextDefinition::TYPE_PAGE_NUMBER,Layout::AutoTextDefinition::TYPE_PAGE_COUNT, andLayout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinitions. -
#start_index=(index) ⇒ Object
The #start_index= method sets the start index for
Layout::AutoTextDefinition::TYPE_PAGE_NUMBER,Layout::AutoTextDefinition::TYPE_PAGE_COUNT, andLayout::AutoTextDefinition::TYPE_SEQUENCEAutoTextDefinitions. -
#start_page ⇒ Layout::Page
The #start_page method returns the start page for
Layout::AutoTextDefinition::TYPE_PAGE_NUMBERandLayout::AutoTextDefinition::TYPE_PAGE_COUNTAutoTextDefinitions. -
#start_page=(page) ⇒ Object
The #start_page= method sets the start page for
Layout::AutoTextDefinition::TYPE_PAGE_NUMBERandLayout::AutoTextDefinition::TYPE_PAGE_COUNTAutoTextDefinitions. -
#tag ⇒ String
The #tag method returns the tag string of the AutoTextDefinition.
-
#type ⇒ Integer
The #type method returns the type of the AutoTextDefinition.
Instance Method Details
#==(other) ⇒ Boolean
The #== method checks to see if the two Layout::AutoTextDefinitions are equal. This checks whether the Ruby Objects are pointing to the same internal object.
88 89 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 88 def ==(other) end |
#custom_text ⇒ String
The #custom_text method returns the custom text of the Layout::AutoTextDefinition::TYPE_CUSTOM_TEXT Layout::AutoTextDefinition.
105 106 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 105 def custom_text end |
#custom_text=(custom_text) ⇒ Object
The #custom_text method sets the custom text of the Layout::AutoTextDefinition::TYPE_CUSTOM_TEXT Layout::AutoTextDefinition.
124 125 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 124 def custom_text=(custom_text) end |
#date_format ⇒ String
The #date_format method returns the date format of a Layout::AutoTextDefinition::TYPE_DATE_* Layout::AutoTextDefinition.
141 142 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 141 def date_format end |
#date_format=(date_format) ⇒ Object
The #date_format method sets the date format of a Layout::AutoTextDefinition::TYPE_DATE_* Layout::AutoTextDefinition.
160 161 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 160 def date_format=(date_format) end |
#display_file_extension=(display_file_extension) ⇒ Object
The #display_file_extension= method sets whether the Layout::AutoTextDefinition::TYPE_FILE Layout::AutoTextDefinition displays the file extension.
178 179 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 178 def display_file_extension=(display_file_extension) end |
#display_file_extension? ⇒ Boolean
The #display_file_extension? method returns whether the Layout::AutoTextDefinition::TYPE_FILE Layout::AutoTextDefinition displays the file extension.
196 197 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 196 def display_file_extension? end |
#display_full_path=(display_full_path) ⇒ Object
The #display_full_path= method sets whether the Layout::AutoTextDefinition::TYPE_FILE Layout::AutoTextDefinition displays the full path.
214 215 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 214 def display_full_path=(display_full_path) end |
#display_full_path? ⇒ Boolean
The #display_full_path? method returns whether the Layout::AutoTextDefinition::TYPE_FILE Layout::AutoTextDefinition displays the full path.
232 233 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 232 def display_full_path? end |
#end_page ⇒ Layout::Page?
The #end_page method returns the end page for the Layout::AutoTextDefinition::TYPE_PAGE_COUNT Layout::AutoTextDefinition.
251 252 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 251 def end_page end |
#end_page=(page) ⇒ Object
The #end_page= method sets the end page for the Layout::AutoTextDefinition::TYPE_PAGE_COUNT Layout::AutoTextDefinition.
271 272 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 271 def end_page=(page) end |
#increment ⇒ Integer
The #increment method returns the increment value for Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinitions.
290 291 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 290 def increment end |
#increment=(increment) ⇒ Object
The #increment= method sets the increment value for Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinitions.
308 309 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 308 def increment=(increment) end |
#mandatory? ⇒ Boolean
The #mandatory? method returns whether the Layout::AutoTextDefinition is mandatory or not.
A mandatory Layout::AutoTextDefinition is one of the following types:
Layout::AutoTextDefinition::TYPE_MODEL_GROUP_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_INSTANCE_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_DEFINITION_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_DESCRIPTIONLayout::AutoTextDefinition::TYPE_MODEL_VOLUMELayout::AutoTextDefinition::TYPE_MODEL_FACE_AREALayout::AutoTextDefinition::TYPE_MODEL_EDGE_LENGTHLayout::AutoTextDefinition::TYPE_MODEL_COORDINATESLayout::AutoTextDefinition::TYPE_MODEL_DYNAMIC_COMPONENT_ATTRIBUTELayout::AutoTextDefinition::TYPE_MODEL_CLASSIFIER_ATTRIBUTELayout::AutoTextDefinition::TYPE_MODEL_SCENE_NAMELayout::AutoTextDefinition::TYPE_MODEL_SCENE_DESCRIPTIONLayout::AutoTextDefinition::TYPE_MODEL_SCALELayout::AutoTextDefinition::TYPE_MODEL_SECTION_NAMELayout::AutoTextDefinition::TYPE_MODEL_SECTION_SYMBOL
341 342 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 341 def mandatory? end |
#name ⇒ String
The #name method returns the name of the Layout::AutoTextDefinition.
354 355 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 354 def name end |
#name=(name) ⇒ Object
The #name= method sets the name of the Layout::AutoTextDefinition.
376 377 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 376 def name=(name) end |
#number_style ⇒ Integer
The #number_style method returns the numbering style for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER, Layout::AutoTextDefinition::TYPE_PAGE_COUNT, and Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinitions.
The numbering style can be one of the following values:
Layout::AutoTextDefinition::NUMBER_STYLE_ARABICLayout::AutoTextDefinition::NUMBER_STYLE_ARABIC_PADDEDLayout::AutoTextDefinition::NUMBER_STYLE_UC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_LC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_UC_ROMANLayout::AutoTextDefinition::NUMBER_STYLE_LC_ROMAN
405 406 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 405 def number_style end |
#number_style=(number_style) ⇒ Object
The #number_style= method sets the numbering style for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER, Layout::AutoTextDefinition::TYPE_PAGE_COUNT, and Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinitions.
The numbering style can be one of the following values:
Layout::AutoTextDefinition::NUMBER_STYLE_ARABICLayout::AutoTextDefinition::NUMBER_STYLE_ARABIC_PADDEDLayout::AutoTextDefinition::NUMBER_STYLE_UC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_LC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_UC_ROMANLayout::AutoTextDefinition::NUMBER_STYLE_LC_ROMAN
436 437 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 436 def number_style=(number_style) end |
#page_number_style ⇒ Integer
LayOut 2022.0 This method is deprecated in favor of the more generic #number_style method that also works on Layout::AutoTextDefintion::TYPE_PAGE_COUNT and Layout::AutoTextDefintion::TYPE_SEQUENCE Layout::AutoTextDefinitions.
The #page_number_style method returns the numbering style for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER Layout::AutoTextDefinitions.
The numbering style can be one of the following values:
Layout::AutoTextDefinition::NUMBER_STYLE_ARABICLayout::AutoTextDefinition::NUMBER_STYLE_ARABIC_PADDEDLayout::AutoTextDefinition::NUMBER_STYLE_UC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_LC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_UC_ROMANLayout::AutoTextDefinition::NUMBER_STYLE_LC_ROMAN
465 466 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 465 def page_number_style end |
#page_number_style=(number_style) ⇒ Object
LayOut 2022.0 This method is deprecated in favor of the more generic #number_style= method that also works on Layout::AutoTextDefintion::TYPE_PAGE_COUNT and Layout::AutoTextDefintion::TYPE_SEQUENCE Layout::AutoTextDefinitions.
The #page_number_style= method sets the numbering style for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER Layout::AutoTextDefinitions.
The numbering style can be one of the following values:
Layout::AutoTextDefinition::NUMBER_STYLE_ARABICLayout::AutoTextDefinition::NUMBER_STYLE_ARABIC_PADDEDLayout::AutoTextDefinition::NUMBER_STYLE_UC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_LC_ALPHALayout::AutoTextDefinition::NUMBER_STYLE_UC_ROMANLayout::AutoTextDefinition::NUMBER_STYLE_LC_ROMAN
497 498 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 497 def page_number_style=(number_style) end |
#renumber ⇒ Object
The #renumber method iterates through all uses of the Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinition and eliminates gaps and duplicates in the sequence.
514 515 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 514 def renumber end |
#sequence_format ⇒ String
The #sequence_format method returns the sequence format of a Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinition.
533 534 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 533 def sequence_format end |
#sequence_format=(sequence_format) ⇒ Object
The #sequence_format= method sets the sequence format of a Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinition.
553 554 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 553 def sequence_format=(sequence_format) end |
#start_index ⇒ Integer
The #start_index method returns the start index for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER, Layout::AutoTextDefinition::TYPE_PAGE_COUNT, and Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinitions.
574 575 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 574 def start_index end |
#start_index=(index) ⇒ Object
The #start_index= method sets the start index for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER, Layout::AutoTextDefinition::TYPE_PAGE_COUNT, and Layout::AutoTextDefinition::TYPE_SEQUENCE Layout::AutoTextDefinitions.
595 596 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 595 def start_index=(index) end |
#start_page ⇒ Layout::Page
The #start_page method returns the start page for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER and Layout::AutoTextDefinition::TYPE_PAGE_COUNT Layout::AutoTextDefinitions.
621 622 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 621 def start_page end |
#start_page=(page) ⇒ Object
The #start_page= method sets the start page for Layout::AutoTextDefinition::TYPE_PAGE_NUMBER and Layout::AutoTextDefinition::TYPE_PAGE_COUNT Layout::AutoTextDefinitions.
642 643 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 642 def start_page=(page) end |
#tag ⇒ String
The #tag method returns the tag string of the Layout::AutoTextDefinition.
655 656 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 655 def tag end |
#type ⇒ Integer
The #type method returns the type of the Layout::AutoTextDefinition.
The type can be one of the following values:
Layout::AutoTextDefinition::TYPE_FILELayout::AutoTextDefinition::TYPE_PAGE_NAMELayout::AutoTextDefinition::TYPE_PAGE_NUMBERLayout::AutoTextDefinition::TYPE_CUSTOM_TEXTLayout::AutoTextDefinition::TYPE_DATE_CURRENTLayout::AutoTextDefinition::TYPE_DATE_CREATEDLayout::AutoTextDefinition::TYPE_DATE_MODIFIEDLayout::AutoTextDefinition::TYPE_DATE_PUBLISHEDLayout::AutoTextDefinition::TYPE_MODEL_GROUP_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_INSTANCE_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_DEFINITION_NAMELayout::AutoTextDefinition::TYPE_MODEL_COMPONENT_DESCRIPTIONLayout::AutoTextDefinition::TYPE_MODEL_VOLUMELayout::AutoTextDefinition::TYPE_MODEL_FACE_AREALayout::AutoTextDefinition::TYPE_MODEL_EDGE_LENGTHLayout::AutoTextDefinition::TYPE_MODEL_COORDINATESLayout::AutoTextDefinition::TYPE_MODEL_DYNAMIC_COMPONENT_ATTRIBUTELayout::AutoTextDefinition::TYPE_MODEL_CLASSIFIER_ATTRIBUTELayout::AutoTextDefinition::TYPE_MODEL_SCENE_NAMELayout::AutoTextDefinition::TYPE_MODEL_SCENE_DESCRIPTIONLayout::AutoTextDefinition::TYPE_MODEL_SCALELayout::AutoTextDefinition::TYPE_MODEL_SECTION_NAMELayout::AutoTextDefinition::TYPE_MODEL_SECTION_SYMBOLLayout::AutoTextDefinition::TYPE_PAGE_COUNTLayout::AutoTextDefinition::TYPE_SEQUENCE
695 696 |
# File 'lib/sketchup-api-stubs/stubs/Layout/AutoTextDefinition.rb', line 695 def type end |