openxml-docx 0.10.6 → 0.11.0.rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -2
  3. data/Gemfile +7 -1
  4. data/Gemfile.lock +33 -30
  5. data/README.md +34 -8
  6. data/bin/console +14 -0
  7. data/bin/setup +8 -0
  8. data/lib/openxml/docx.rb +5 -2
  9. data/lib/openxml/docx/element.rb +9 -0
  10. data/lib/openxml/docx/elements.rb +2 -2
  11. data/lib/openxml/docx/elements/absolute_position_tab.rb +1 -1
  12. data/lib/openxml/docx/elements/background.rb +3 -2
  13. data/lib/openxml/docx/elements/bidi_embed.rb +3 -1
  14. data/lib/openxml/docx/elements/bidi_override.rb +3 -1
  15. data/lib/openxml/docx/elements/book_fold_printing.rb +1 -1
  16. data/lib/openxml/docx/elements/book_fold_printing_sheets.rb +1 -1
  17. data/lib/openxml/docx/elements/book_fold_reverse_printing.rb +1 -1
  18. data/lib/openxml/docx/elements/break.rb +1 -1
  19. data/lib/openxml/docx/elements/carriage_return.rb +1 -1
  20. data/lib/openxml/docx/elements/compatibility_setting.rb +3 -1
  21. data/lib/openxml/docx/elements/compatibility_settings.rb +3 -1
  22. data/lib/openxml/docx/elements/content_part.rb +1 -1
  23. data/lib/openxml/docx/elements/control.rb +1 -1
  24. data/lib/openxml/docx/elements/dirty.rb +1 -1
  25. data/lib/openxml/docx/elements/drawing.rb +4 -1
  26. data/lib/openxml/docx/elements/embed_bold.rb +1 -1
  27. data/lib/openxml/docx/elements/embed_bold_italic.rb +1 -1
  28. data/lib/openxml/docx/elements/embed_italic.rb +1 -1
  29. data/lib/openxml/docx/elements/embed_regular.rb +1 -1
  30. data/lib/openxml/docx/elements/embed_system_fonts.rb +1 -1
  31. data/lib/openxml/docx/elements/embed_true_type_fonts.rb +1 -1
  32. data/lib/openxml/docx/elements/even_and_odd_headers.rb +1 -1
  33. data/lib/openxml/docx/elements/family.rb +1 -1
  34. data/lib/openxml/docx/elements/font.rb +3 -1
  35. data/lib/openxml/docx/elements/font_alternate_name.rb +1 -1
  36. data/lib/openxml/docx/elements/font_character_set.rb +1 -1
  37. data/lib/openxml/docx/elements/font_panose_one.rb +1 -1
  38. data/lib/openxml/docx/elements/font_pitch.rb +1 -1
  39. data/lib/openxml/docx/elements/font_sig.rb +1 -1
  40. data/lib/openxml/docx/elements/grid_column.rb +1 -1
  41. data/lib/openxml/docx/elements/group_shape.rb +3 -1
  42. data/lib/openxml/docx/elements/last_rendered_page_break.rb +1 -1
  43. data/lib/openxml/docx/elements/long_day.rb +1 -1
  44. data/lib/openxml/docx/elements/long_month.rb +1 -1
  45. data/lib/openxml/docx/elements/long_year.rb +1 -1
  46. data/lib/openxml/docx/elements/markup_compatibility_alternate_content.rb +4 -1
  47. data/lib/openxml/docx/elements/markup_compatibility_choice.rb +3 -1
  48. data/lib/openxml/docx/elements/markup_compatibility_fallback.rb +4 -1
  49. data/lib/openxml/docx/elements/nonbreaking_hyphen.rb +1 -1
  50. data/lib/openxml/docx/elements/optional_hyphen.rb +1 -1
  51. data/lib/openxml/docx/elements/page_number.rb +1 -1
  52. data/lib/openxml/docx/elements/paragraph.rb +3 -1
  53. data/lib/openxml/docx/elements/ruby.rb +2 -1
  54. data/lib/openxml/docx/elements/run.rb +3 -1
  55. data/lib/openxml/docx/elements/save_subset_fonts.rb +1 -1
  56. data/lib/openxml/docx/elements/section_properties.rb +4 -1
  57. data/lib/openxml/docx/elements/short_day.rb +1 -1
  58. data/lib/openxml/docx/elements/short_month.rb +1 -1
  59. data/lib/openxml/docx/elements/short_year.rb +1 -1
  60. data/lib/openxml/docx/elements/symbol.rb +1 -1
  61. data/lib/openxml/docx/elements/tab.rb +1 -1
  62. data/lib/openxml/docx/elements/table.rb +3 -1
  63. data/lib/openxml/docx/elements/table_cell.rb +3 -1
  64. data/lib/openxml/docx/elements/table_grid.rb +3 -1
  65. data/lib/openxml/docx/elements/table_row.rb +3 -1
  66. data/lib/openxml/docx/elements/text.rb +1 -1
  67. data/lib/openxml/docx/elements/textbox_content.rb +4 -1
  68. data/lib/openxml/docx/elements/title_page.rb +1 -1
  69. data/lib/openxml/docx/elements/vml_container.rb +3 -1
  70. data/lib/openxml/docx/elements/word_processing_drawing_anchor.rb +3 -1
  71. data/lib/openxml/docx/elements/word_processing_drawing_effect_extent.rb +1 -1
  72. data/lib/openxml/docx/elements/word_processing_drawing_extent.rb +1 -1
  73. data/lib/openxml/docx/elements/word_processing_drawing_inline.rb +3 -1
  74. data/lib/openxml/docx/elements/word_processing_drawing_nv_graphic_frame_properties.rb +3 -1
  75. data/lib/openxml/docx/elements/word_processing_drawing_object_nv_properties.rb +1 -1
  76. data/lib/openxml/docx/elements/word_processing_drawing_position_h.rb +3 -1
  77. data/lib/openxml/docx/elements/word_processing_drawing_position_offset.rb +1 -1
  78. data/lib/openxml/docx/elements/word_processing_drawing_position_v.rb +3 -1
  79. data/lib/openxml/docx/elements/word_processing_drawing_simple_position.rb +1 -1
  80. data/lib/openxml/docx/elements/word_processing_drawing_wrap_coordinate.rb +1 -1
  81. data/lib/openxml/docx/elements/word_processing_drawing_wrap_none.rb +1 -1
  82. data/lib/openxml/docx/elements/word_processing_drawing_wrap_polygon.rb +3 -1
  83. data/lib/openxml/docx/elements/word_processing_drawing_wrap_square.rb +1 -1
  84. data/lib/openxml/docx/elements/word_processing_drawing_wrap_through.rb +3 -1
  85. data/lib/openxml/docx/elements/word_processing_drawing_wrap_tight.rb +3 -1
  86. data/lib/openxml/docx/elements/word_processing_drawing_wrap_top_and_bottom.rb +1 -1
  87. data/lib/openxml/docx/elements/word_processing_groups_group_shape_properties.rb +3 -1
  88. data/lib/openxml/docx/elements/word_processing_groups_nv_shape_drawing_properties.rb +3 -1
  89. data/lib/openxml/docx/elements/word_processing_shapes_body_properties.rb +3 -1
  90. data/lib/openxml/docx/elements/word_processing_shapes_nv_drawing_properties.rb +3 -1
  91. data/lib/openxml/docx/elements/word_processing_shapes_shape.rb +4 -1
  92. data/lib/openxml/docx/elements/word_processing_shapes_shape_properties.rb +3 -1
  93. data/lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb +3 -1
  94. data/lib/openxml/docx/elements/wordprocessing_shape_group.rb +3 -1
  95. data/lib/openxml/docx/{property_builder.rb → has_properties.rb} +13 -2
  96. data/lib/openxml/docx/properties/border.rb +2 -2
  97. data/lib/openxml/docx/properties/color.rb +1 -1
  98. data/lib/openxml/docx/properties/complex_property.rb +3 -1
  99. data/lib/openxml/docx/properties/container_property.rb +3 -1
  100. data/lib/openxml/docx/properties/shading.rb +2 -2
  101. data/lib/openxml/docx/properties/table_border.rb +2 -2
  102. data/lib/openxml/docx/properties/table_cell_border.rb +2 -2
  103. data/lib/openxml/docx/properties/underline.rb +1 -1
  104. data/lib/openxml/docx/section.rb +1 -1
  105. data/lib/openxml/docx/style.rb +3 -2
  106. data/lib/openxml/docx/version.rb +1 -1
  107. data/lib/openxml/vml.rb +1 -2
  108. data/lib/openxml/vml/elements.rb +2 -2
  109. data/lib/openxml/vml/elements/group.rb +3 -1
  110. data/lib/openxml/vml/elements/rectangle.rb +3 -1
  111. data/lib/openxml/vml/elements/rounded_rectangle.rb +3 -1
  112. data/openxml-docx.gemspec +29 -22
  113. metadata +47 -347
  114. data/lib/openxml/docx/attribute_builder.rb +0 -327
  115. data/lib/openxml/docx/elements/container.rb +0 -37
  116. data/lib/openxml/docx/elements/element.rb +0 -65
  117. data/lib/openxml/drawingml.rb +0 -17
  118. data/lib/openxml/drawingml/elements.rb +0 -13
  119. data/lib/openxml/drawingml/elements/adjust_values_list.rb +0 -11
  120. data/lib/openxml/drawingml/elements/blip.rb +0 -18
  121. data/lib/openxml/drawingml/elements/blip_fill.rb +0 -14
  122. data/lib/openxml/drawingml/elements/children_extents.rb +0 -14
  123. data/lib/openxml/drawingml/elements/children_offset.rb +0 -14
  124. data/lib/openxml/drawingml/elements/extension.rb +0 -13
  125. data/lib/openxml/drawingml/elements/extension_list.rb +0 -11
  126. data/lib/openxml/drawingml/elements/extents.rb +0 -14
  127. data/lib/openxml/drawingml/elements/fill_rectangle.rb +0 -16
  128. data/lib/openxml/drawingml/elements/graphic.rb +0 -10
  129. data/lib/openxml/drawingml/elements/graphic_data.rb +0 -12
  130. data/lib/openxml/drawingml/elements/graphic_frame_locks.rb +0 -17
  131. data/lib/openxml/drawingml/elements/head_end.rb +0 -28
  132. data/lib/openxml/drawingml/elements/no_autofit.rb +0 -10
  133. data/lib/openxml/drawingml/elements/no_fill.rb +0 -10
  134. data/lib/openxml/drawingml/elements/non_visual_drawing_properties.rb +0 -17
  135. data/lib/openxml/drawingml/elements/non_visual_picture_drawing_properties.rb +0 -12
  136. data/lib/openxml/drawingml/elements/non_visual_picture_properties.rb +0 -10
  137. data/lib/openxml/drawingml/elements/non_visual_shape_drawing_properties.rb +0 -12
  138. data/lib/openxml/drawingml/elements/offset.rb +0 -14
  139. data/lib/openxml/drawingml/elements/outline.rb +0 -36
  140. data/lib/openxml/drawingml/elements/picture.rb +0 -10
  141. data/lib/openxml/drawingml/elements/picture_locks.rb +0 -23
  142. data/lib/openxml/drawingml/elements/picture_shape_properties.rb +0 -13
  143. data/lib/openxml/drawingml/elements/preset_geometry.rb +0 -210
  144. data/lib/openxml/drawingml/elements/preset_text_warp.rb +0 -25
  145. data/lib/openxml/drawingml/elements/round.rb +0 -10
  146. data/lib/openxml/drawingml/elements/shape_guide.rb +0 -40
  147. data/lib/openxml/drawingml/elements/solid_fill.rb +0 -10
  148. data/lib/openxml/drawingml/elements/source_rectangle.rb +0 -16
  149. data/lib/openxml/drawingml/elements/srgb_color.rb +0 -14
  150. data/lib/openxml/drawingml/elements/stretch.rb +0 -10
  151. data/lib/openxml/drawingml/elements/tail_end.rb +0 -28
  152. data/lib/openxml/drawingml/elements/transform_effect.rb +0 -18
  153. data/spec/elements/absolute_position_tab_spec.rb +0 -58
  154. data/spec/elements/background_spec.rb +0 -52
  155. data/spec/elements/bidi_embed_spec.rb +0 -35
  156. data/spec/elements/bidi_override_spec.rb +0 -35
  157. data/spec/elements/book_fold_printing_sheets_spec.rb +0 -27
  158. data/spec/elements/book_fold_printing_spec.rb +0 -19
  159. data/spec/elements/book_fold_reverse_printing_spec.rb +0 -19
  160. data/spec/elements/break_spec.rb +0 -34
  161. data/spec/elements/carriage_return_spec.rb +0 -12
  162. data/spec/elements/compatibility_setting_spec.rb +0 -41
  163. data/spec/elements/compatibility_settings_spec.rb +0 -8
  164. data/spec/elements/content_part_spec.rb +0 -18
  165. data/spec/elements/control_spec.rb +0 -41
  166. data/spec/elements/deleted_text_spec.rb +0 -24
  167. data/spec/elements/dirty_spec.rb +0 -12
  168. data/spec/elements/drawing_spec.rb +0 -11
  169. data/spec/elements/drawingml/adjust_values_list_spec.rb +0 -8
  170. data/spec/elements/drawingml/blip_fill_spec.rb +0 -44
  171. data/spec/elements/drawingml/blip_spec.rb +0 -47
  172. data/spec/elements/drawingml/extension_list_spec.rb +0 -8
  173. data/spec/elements/drawingml/extension_spec.rb +0 -19
  174. data/spec/elements/drawingml/extents_spec.rb +0 -33
  175. data/spec/elements/drawingml/fill_rectangle_spec.rb +0 -76
  176. data/spec/elements/drawingml/graphic_data_spec.rb +0 -19
  177. data/spec/elements/drawingml/graphic_frame_locks_spec.rb +0 -107
  178. data/spec/elements/drawingml/graphic_spec.rb +0 -8
  179. data/spec/elements/drawingml/head_end_spec.rb +0 -48
  180. data/spec/elements/drawingml/no_autofit_spec.rb +0 -8
  181. data/spec/elements/drawingml/no_fill_spec.rb +0 -8
  182. data/spec/elements/drawingml/non_visual_drawing_properties_spec.rb +0 -68
  183. data/spec/elements/drawingml/non_visual_picture_drawing_properties_spec.rb +0 -23
  184. data/spec/elements/drawingml/non_visual_picture_properties_spec.rb +0 -8
  185. data/spec/elements/drawingml/non_visual_shape_drawing_properties_spec.rb +0 -24
  186. data/spec/elements/drawingml/offset_spec.rb +0 -42
  187. data/spec/elements/drawingml/outline_spec.rb +0 -64
  188. data/spec/elements/drawingml/picture_locks_spec.rb +0 -122
  189. data/spec/elements/drawingml/picture_shape_properties_spec.rb +0 -21
  190. data/spec/elements/drawingml/picture_spec.rb +0 -8
  191. data/spec/elements/drawingml/preset_geometry_spec.rb +0 -19
  192. data/spec/elements/drawingml/preset_text_warp_spec.rb +0 -36
  193. data/spec/elements/drawingml/round_spec.rb +0 -8
  194. data/spec/elements/drawingml/shape_guide_spec.rb +0 -53
  195. data/spec/elements/drawingml/solid_fill_spec.rb +0 -8
  196. data/spec/elements/drawingml/source_rectangle_spec.rb +0 -76
  197. data/spec/elements/drawingml/srgb_color_spec.rb +0 -19
  198. data/spec/elements/drawingml/stretch_spec.rb +0 -8
  199. data/spec/elements/drawingml/tail_end_spec.rb +0 -47
  200. data/spec/elements/drawingml/transform_effect_spec.rb +0 -102
  201. data/spec/elements/embed_system_fonts_spec.rb +0 -19
  202. data/spec/elements/embed_true_type_fonts_spec.rb +0 -19
  203. data/spec/elements/even_and_odd_headers_spec.rb +0 -23
  204. data/spec/elements/font_alternate_name_spec.rb +0 -19
  205. data/spec/elements/font_character_set_spec.rb +0 -19
  206. data/spec/elements/font_panose_one_spec.rb +0 -19
  207. data/spec/elements/font_pitch_spec.rb +0 -21
  208. data/spec/elements/font_sig_spec.rb +0 -74
  209. data/spec/elements/grid_column_spec.rb +0 -15
  210. data/spec/elements/group_shape_spec.rb +0 -11
  211. data/spec/elements/last_rendered_page_break_spec.rb +0 -12
  212. data/spec/elements/long_day_spec.rb +0 -12
  213. data/spec/elements/long_month_spec.rb +0 -12
  214. data/spec/elements/long_year_spec.rb +0 -12
  215. data/spec/elements/markup_compatibility_alternate_content_spec.rb +0 -11
  216. data/spec/elements/markup_compatibility_choice_spec.rb +0 -22
  217. data/spec/elements/markup_compatibility_fallback_spec.rb +0 -11
  218. data/spec/elements/nonbreaking_hyphen_spec.rb +0 -12
  219. data/spec/elements/optional_hyphen_spec.rb +0 -12
  220. data/spec/elements/page_number_spec.rb +0 -12
  221. data/spec/elements/paragraph_spec.rb +0 -60
  222. data/spec/elements/ruby_spec.rb +0 -66
  223. data/spec/elements/run_spec.rb +0 -15
  224. data/spec/elements/save_subset_fonts_spec.rb +0 -19
  225. data/spec/elements/section_properties_spec.rb +0 -12
  226. data/spec/elements/short_day_spec.rb +0 -12
  227. data/spec/elements/short_month_spec.rb +0 -12
  228. data/spec/elements/short_year_spec.rb +0 -12
  229. data/spec/elements/symbol_spec.rb +0 -31
  230. data/spec/elements/tab_spec.rb +0 -12
  231. data/spec/elements/table_cell_spec.rb +0 -15
  232. data/spec/elements/table_grid_spec.rb +0 -17
  233. data/spec/elements/table_row_spec.rb +0 -18
  234. data/spec/elements/table_spec.rb +0 -21
  235. data/spec/elements/text_spec.rb +0 -24
  236. data/spec/elements/textbox_content_spec.rb +0 -8
  237. data/spec/elements/title_page_spec.rb +0 -23
  238. data/spec/elements/vml/group_spec.rb +0 -534
  239. data/spec/elements/vml/rectangle_spec.rb +0 -729
  240. data/spec/elements/vml/rounded_rectangle_spec.rb +0 -784
  241. data/spec/elements/vml_container_spec.rb +0 -11
  242. data/spec/elements/word_processing_drawing_anchor_spec.rb +0 -122
  243. data/spec/elements/word_processing_drawing_effect_extent_spec.rb +0 -77
  244. data/spec/elements/word_processing_drawing_extent_spec.rb +0 -34
  245. data/spec/elements/word_processing_drawing_nv_graphic_frame_properties_spec.rb +0 -11
  246. data/spec/elements/word_processing_drawing_object_nv_properties_spec.rb +0 -67
  247. data/spec/elements/word_processing_drawing_position_h_spec.rb +0 -22
  248. data/spec/elements/word_processing_drawing_position_v_spec.rb +0 -22
  249. data/spec/elements/word_processing_drawing_simple_position_spec.rb +0 -44
  250. data/spec/elements/word_processing_drawing_wrap_coordinate_spec.rb +0 -40
  251. data/spec/elements/word_processing_drawing_wrap_none_spec.rb +0 -12
  252. data/spec/elements/word_processing_drawing_wrap_polygon_spec.rb +0 -23
  253. data/spec/elements/word_processing_drawing_wrap_square_spec.rb +0 -65
  254. data/spec/elements/word_processing_drawing_wrap_through_spec.rb +0 -43
  255. data/spec/elements/word_processing_drawing_wrap_tight_spec.rb +0 -43
  256. data/spec/elements/word_processing_drawing_wrap_top_and_bottom_spec.rb +0 -30
  257. data/spec/elements/word_processing_groups_group_shape_properties_spec.rb +0 -21
  258. data/spec/elements/word_processing_groups_nv_shape_drawing_properties_spec.rb +0 -8
  259. data/spec/elements/word_processing_shapes_body_properties_spec.rb +0 -232
  260. data/spec/elements/word_processing_shapes_nv_drawing_properties_spec.rb +0 -64
  261. data/spec/elements/word_processing_shapes_shape_properties_spec.rb +0 -22
  262. data/spec/elements/word_processing_shapes_shape_spec.rb +0 -23
  263. data/spec/elements/word_processing_shapes_textual_content_spec.rb +0 -23
  264. data/spec/elements/wordprocessing_shape_group_spec.rb +0 -12
  265. data/spec/package_spec.rb +0 -36
  266. data/spec/parts/document_spec.rb +0 -95
  267. data/spec/parts/footer_spec.rb +0 -33
  268. data/spec/parts/header_spec.rb +0 -33
  269. data/spec/parts/settings_spec.rb +0 -19
  270. data/spec/parts/styles_spec.rb +0 -27
  271. data/spec/properties/alignment_spec.rb +0 -58
  272. data/spec/properties/auto_adjust_right_indent_spec.rb +0 -23
  273. data/spec/properties/auto_space_de_spec.rb +0 -23
  274. data/spec/properties/auto_space_dn_spec.rb +0 -23
  275. data/spec/properties/bidi_spec.rb +0 -22
  276. data/spec/properties/bold_spec.rb +0 -22
  277. data/spec/properties/border_spec.rb +0 -82
  278. data/spec/properties/cant_split_spec.rb +0 -22
  279. data/spec/properties/caps_spec.rb +0 -22
  280. data/spec/properties/character_spacing_spec.rb +0 -26
  281. data/spec/properties/color_spec.rb +0 -29
  282. data/spec/properties/column_spec.rb +0 -30
  283. data/spec/properties/columns_spec.rb +0 -164
  284. data/spec/properties/complex_bold_spec.rb +0 -22
  285. data/spec/properties/complex_font_size_spec.rb +0 -24
  286. data/spec/properties/complex_italics_spec.rb +0 -22
  287. data/spec/properties/complex_script_formatting_spec.rb +0 -22
  288. data/spec/properties/compress_punctuation_spec.rb +0 -32
  289. data/spec/properties/conditional_formatting_spec.rb +0 -64
  290. data/spec/properties/contextual_spacing_spec.rb +0 -22
  291. data/spec/properties/div_id_spec.rb +0 -17
  292. data/spec/properties/document_grid_spec.rb +0 -37
  293. data/spec/properties/double_strikethrough_spec.rb +0 -23
  294. data/spec/properties/east_asian_layout_spec.rb +0 -55
  295. data/spec/properties/effect_spec.rb +0 -43
  296. data/spec/properties/emboss_spec.rb +0 -22
  297. data/spec/properties/emphasis_spec.rb +0 -37
  298. data/spec/properties/even_and_odd_headers_spec.rb +0 -22
  299. data/spec/properties/expansion_spec.rb +0 -34
  300. data/spec/properties/font_size_spec.rb +0 -24
  301. data/spec/properties/font_spec.rb +0 -70
  302. data/spec/properties/footer_reference_spec.rb +0 -32
  303. data/spec/properties/form_protection_spec.rb +0 -22
  304. data/spec/properties/frame_spec.rb +0 -101
  305. data/spec/properties/grid_after_spec.rb +0 -26
  306. data/spec/properties/grid_before_spec.rb +0 -26
  307. data/spec/properties/grid_span_spec.rb +0 -24
  308. data/spec/properties/header_reference_spec.rb +0 -32
  309. data/spec/properties/header_spec.rb +0 -17
  310. data/spec/properties/headers_spec.rb +0 -39
  311. data/spec/properties/hidden_spec.rb +0 -22
  312. data/spec/properties/hidden_style_spec.rb +0 -22
  313. data/spec/properties/hidden_text_spec.rb +0 -22
  314. data/spec/properties/hide_mark_spec.rb +0 -22
  315. data/spec/properties/highlight_spec.rb +0 -97
  316. data/spec/properties/imprint_spec.rb +0 -22
  317. data/spec/properties/indentation_spec.rb +0 -100
  318. data/spec/properties/italics_spec.rb +0 -22
  319. data/spec/properties/keep_lines_spec.rb +0 -22
  320. data/spec/properties/keep_next_spec.rb +0 -22
  321. data/spec/properties/kerning_spec.rb +0 -24
  322. data/spec/properties/kinsoku_spec.rb +0 -32
  323. data/spec/properties/language_spec.rb +0 -20
  324. data/spec/properties/latent_styles_exception_spec.rb +0 -68
  325. data/spec/properties/latent_styles_spec.rb +0 -323
  326. data/spec/properties/line_numbering_spec.rb +0 -43
  327. data/spec/properties/linked_style_spec.rb +0 -17
  328. data/spec/properties/manual_width_spec.rb +0 -30
  329. data/spec/properties/math_spec.rb +0 -22
  330. data/spec/properties/mirror_indent_spec.rb +0 -22
  331. data/spec/properties/next_style_spec.rb +0 -17
  332. data/spec/properties/no_proof_spec.rb +0 -23
  333. data/spec/properties/no_wrap_spec.rb +0 -22
  334. data/spec/properties/numbering_spec.rb +0 -37
  335. data/spec/properties/outline_level_spec.rb +0 -20
  336. data/spec/properties/outline_spec.rb +0 -23
  337. data/spec/properties/overflow_punctuation_spec.rb +0 -23
  338. data/spec/properties/page_borders_spec.rb +0 -129
  339. data/spec/properties/page_break_before_spec.rb +0 -22
  340. data/spec/properties/page_margins_spec.rb +0 -64
  341. data/spec/properties/page_numbering_spec.rb +0 -54
  342. data/spec/properties/page_size_spec.rb +0 -43
  343. data/spec/properties/paper_source_spec.rb +0 -30
  344. data/spec/properties/paragraph_borders_spec.rb +0 -66
  345. data/spec/properties/paragraph_style_spec.rb +0 -12
  346. data/spec/properties/parent_style_spec.rb +0 -17
  347. data/spec/properties/personal_compose_spec.rb +0 -23
  348. data/spec/properties/personal_reply_spec.rb +0 -23
  349. data/spec/properties/personal_spec.rb +0 -23
  350. data/spec/properties/phonetic_guide_alignment_spec.rb +0 -42
  351. data/spec/properties/phonetic_guide_base_font_size_spec.rb +0 -25
  352. data/spec/properties/phonetic_guide_font_size_raise_spec.rb +0 -25
  353. data/spec/properties/phonetic_guide_font_size_spec.rb +0 -25
  354. data/spec/properties/phonetic_guide_language_spec.rb +0 -12
  355. data/spec/properties/position_spec.rb +0 -26
  356. data/spec/properties/primary_style_spec.rb +0 -22
  357. data/spec/properties/right_to_left_spec.rb +0 -22
  358. data/spec/properties/rtl_gutter_spec.rb +0 -23
  359. data/spec/properties/run_style_spec.rb +0 -12
  360. data/spec/properties/section_type_spec.rb +0 -33
  361. data/spec/properties/semi_hidden_spec.rb +0 -22
  362. data/spec/properties/shading_spec.rb +0 -64
  363. data/spec/properties/shadow_property_spec.rb +0 -23
  364. data/spec/properties/small_caps_spec.rb +0 -22
  365. data/spec/properties/snap_to_grid_spec.rb +0 -32
  366. data/spec/properties/spacing_spec.rb +0 -67
  367. data/spec/properties/spec_vanish_spec.rb +0 -22
  368. data/spec/properties/strikethrough_spec.rb +0 -23
  369. data/spec/properties/style_aliases_spec.rb +0 -22
  370. data/spec/properties/style_auto_redefinition_spec.rb +0 -22
  371. data/spec/properties/style_lock_spec.rb +0 -22
  372. data/spec/properties/style_name_spec.rb +0 -17
  373. data/spec/properties/supress_auto_hyphens_spec.rb +0 -22
  374. data/spec/properties/supress_line_numbers_spec.rb +0 -22
  375. data/spec/properties/supress_overlap_spec.rb +0 -22
  376. data/spec/properties/tab_spec.rb +0 -45
  377. data/spec/properties/table_border_spec.rb +0 -119
  378. data/spec/properties/table_borders_spec.rb +0 -41
  379. data/spec/properties/table_caption_spec.rb +0 -17
  380. data/spec/properties/table_cell_border_spec.rb +0 -119
  381. data/spec/properties/table_cell_borders_spec.rb +0 -40
  382. data/spec/properties/table_cell_cell_margin_spec.rb +0 -46
  383. data/spec/properties/table_cell_fit_text_spec.rb +0 -23
  384. data/spec/properties/table_cell_margin_spec.rb +0 -40
  385. data/spec/properties/table_cell_margins_spec.rb +0 -46
  386. data/spec/properties/table_cell_spacing_spec.rb +0 -21
  387. data/spec/properties/table_cell_width_spec.rb +0 -21
  388. data/spec/properties/table_description_spec.rb +0 -17
  389. data/spec/properties/table_header_spec.rb +0 -22
  390. data/spec/properties/table_indent_spec.rb +0 -43
  391. data/spec/properties/table_layout_spec.rb +0 -24
  392. data/spec/properties/table_look_spec.rb +0 -43
  393. data/spec/properties/table_overlap_spec.rb +0 -22
  394. data/spec/properties/table_p_pr_spec.rb +0 -68
  395. data/spec/properties/table_row_height_spec.rb +0 -20
  396. data/spec/properties/table_style_spec.rb +0 -17
  397. data/spec/properties/table_width_spec.rb +0 -21
  398. data/spec/properties/tabs_spec.rb +0 -39
  399. data/spec/properties/text_alignment_spec.rb +0 -33
  400. data/spec/properties/text_direction_spec.rb +0 -47
  401. data/spec/properties/textbox_tight_wrap_spec.rb +0 -33
  402. data/spec/properties/title_page_spec.rb +0 -22
  403. data/spec/properties/ui_priority_spec.rb +0 -22
  404. data/spec/properties/underline_spec.rb +0 -45
  405. data/spec/properties/unhide_when_used_spec.rb +0 -22
  406. data/spec/properties/valign_spec.rb +0 -19
  407. data/spec/properties/vertical_alignment_spec.rb +0 -26
  408. data/spec/properties/vertical_merge_spec.rb +0 -22
  409. data/spec/properties/vertical_text_alignment_spec.rb +0 -28
  410. data/spec/properties/wafter_spec.rb +0 -21
  411. data/spec/properties/wbefore_spec.rb +0 -21
  412. data/spec/properties/web_hidden_spec.rb +0 -22
  413. data/spec/properties/widow_control_spec.rb +0 -33
  414. data/spec/properties/word_wrap_spec.rb +0 -33
  415. data/spec/section_spec.rb +0 -48
  416. data/spec/spec_helper.rb +0 -16
  417. data/spec/style_spec.rb +0 -108
  418. data/spec/support/data/elements/break_element.xml +0 -4
  419. data/spec/support/data/elements/break_with_attributes_element.xml +0 -4
  420. data/spec/support/data/elements/grid_column_element.xml +0 -4
  421. data/spec/support/data/elements/paragraph_element.xml +0 -8
  422. data/spec/support/data/elements/paragraph_with_runs_element.xml +0 -14
  423. data/spec/support/data/elements/paragraph_with_section_properties_element.xml +0 -13
  424. data/spec/support/data/elements/run_element.xml +0 -8
  425. data/spec/support/data/elements/symbol_element.xml +0 -4
  426. data/spec/support/data/elements/table_cell_element.xml +0 -8
  427. data/spec/support/data/elements/table_element.xml +0 -18
  428. data/spec/support/data/elements/table_grid_element.xml +0 -6
  429. data/spec/support/data/elements/table_row_element.xml +0 -13
  430. data/spec/support/data/elements/text_element.xml +0 -4
  431. data/spec/support/data/parts/content_types_part.xml +0 -1
  432. data/spec/support/data/parts/document_with_children_part.xml +0 -2
  433. data/spec/support/data/parts/document_with_multiple_sections_part.xml +0 -24
  434. data/spec/support/data/parts/document_with_one_section_part.xml +0 -16
  435. data/spec/support/data/parts/empty_document_part.xml +0 -1
  436. data/spec/support/data/parts/empty_footer_part.xml +0 -1
  437. data/spec/support/data/parts/empty_header_part.xml +0 -1
  438. data/spec/support/data/parts/footer_with_children_part.xml +0 -1
  439. data/spec/support/data/parts/global_rels_part.xml +0 -1
  440. data/spec/support/data/parts/header_with_children_part.xml +0 -1
  441. data/spec/support/data/parts/rels_part.xml +0 -1
  442. data/spec/support/data/parts/settings_part.xml +0 -1
  443. data/spec/support/data/parts/styles_part.xml +0 -1
  444. data/spec/support/data/parts/styles_with_custom_style_part.xml +0 -20
  445. data/spec/support/data/styles/character_styles.xml +0 -15
  446. data/spec/support/data/styles/paragraph_styles.xml +0 -11
  447. data/spec/support/element_test_macros.rb +0 -242
  448. data/spec/support/part_test_macros.rb +0 -27
  449. data/spec/support/property_test_macros.rb +0 -177
  450. data/spec/support/style_test_macros.rb +0 -33
  451. data/spec/support/value_property_test_macros.rb +0 -69
@@ -1,784 +0,0 @@
1
- require "spec_helper"
2
-
3
- describe OpenXml::Vml::Elements::RoundedRectangle do
4
- include ElementTestMacros
5
-
6
- it_should_use tag: :roundrect, name: "rounded_rectangle"
7
-
8
- describe "Arc Size Attribute" do
9
- for_attribute(:arc_size ) do
10
- %w(50% 1% 9000f).each do |allowed_value|
11
- with_value(allowed_value) do
12
- it_should_assign_successfully
13
- it_should_output "<v:roundrect arcsize=\"#{allowed_value}\"/>"
14
- end
15
- end
16
-
17
- with_values([50, 2, "9000"]) do
18
- it_should_raise_an_exception
19
- end
20
- end
21
- end
22
-
23
- describe "Connector Type Attribute" do
24
- for_attribute(:connector_type) do
25
- %i(curved elbow none straight).each do |allowed_value|
26
- with_value(allowed_value) do
27
- it_should_assign_successfully
28
- it_should_output "<v:roundrect o:connectortype=\"#{allowed_value}\"/>"
29
- end
30
- end
31
-
32
- with_values([:funky, 5, "auto"]) do
33
- it_should_raise_an_exception
34
- end
35
- end
36
- end
37
-
38
- describe "HR Align Attribute" do
39
- for_attribute(:hr_align) do
40
- %i(center left right).each do |allowed_value|
41
- with_value(allowed_value) do
42
- it_should_assign_successfully
43
- it_should_output "<v:roundrect o:hralign=\"#{allowed_value}\"/>"
44
- end
45
- end
46
-
47
- with_values([:justified, 4, "overThere"]) do
48
- it_should_raise_an_exception
49
- end
50
- end
51
- end
52
-
53
- describe "Inset Mode Attribute" do
54
- for_attribute(:inset_mode) do
55
- with_value(:auto) do
56
- it_should_assign_successfully
57
- it_should_output "<v:roundrect o:insetmode=\"auto\"/>"
58
- end
59
-
60
- with_value(:custom) do
61
- it_should_assign_successfully
62
- it_should_output "<v:roundrect o:insetmode=\"custom\"/>"
63
- end
64
-
65
- with_values([:left, "right", 0]) do
66
- it_should_raise_an_exception
67
- end
68
- end
69
- end
70
-
71
- describe "Coordinate-based Attributes" do
72
- good_coord_values = [ "100,100", "-100,-100", "100,-100", "100, 100", "-100, -100", "100, -100" ]
73
- bad_coord_values = [ "100 100", "x:10,y:10", :over_there ]
74
-
75
- for_attribute(:coordinate_origin) do
76
- good_coord_values.each do |allowed_value|
77
- with_value(allowed_value) do
78
- it_should_assign_successfully
79
- it_should_output "<v:roundrect coordorigin=\"#{allowed_value}\"/>"
80
- end
81
- end
82
-
83
- with_values(bad_coord_values) do
84
- it_should_raise_an_exception
85
- end
86
- end
87
-
88
- for_attribute(:coordinate_size) do
89
- good_coord_values.each do |allowed_value|
90
- with_value(allowed_value) do
91
- it_should_assign_successfully
92
- it_should_output "<v:roundrect coordsize=\"#{allowed_value}\"/>"
93
- end
94
- end
95
-
96
- with_values(bad_coord_values) do
97
- it_should_raise_an_exception
98
- end
99
- end
100
- end
101
-
102
- describe "Color-based Attributes" do
103
- good_color_values = [ "#FFFFFF", :red, "palateEntry [0]", "palateEntry" ]
104
- bad_color_values = [ 54, 0 ]
105
-
106
- for_attribute(:chroma_key) do
107
- good_color_values.each do |allowed_value|
108
- with_value(allowed_value) do
109
- it_should_assign_successfully
110
- it_should_output "<v:roundrect chromakey=\"#{allowed_value}\"/>"
111
- end
112
- end
113
-
114
- with_values(bad_color_values) do
115
- it_should_raise_an_exception
116
- end
117
- end
118
-
119
- for_attribute(:fill_color) do
120
- good_color_values.each do |allowed_value|
121
- with_value(allowed_value) do
122
- it_should_assign_successfully
123
- it_should_output "<v:roundrect fillcolor=\"#{allowed_value}\"/>"
124
- end
125
- end
126
-
127
- with_values(bad_color_values) do
128
- it_should_raise_an_exception
129
- end
130
- end
131
-
132
- for_attribute(:stroke_color) do
133
- good_color_values.each do |allowed_value|
134
- with_value(allowed_value) do
135
- it_should_assign_successfully
136
- it_should_output "<v:roundrect strokecolor=\"#{allowed_value}\"/>"
137
- end
138
- end
139
-
140
- with_values(bad_color_values) do
141
- it_should_raise_an_exception
142
- end
143
- end
144
- end
145
-
146
- describe "Diagram Layout-based Attributes" do
147
- good_diagram_layout_values = (0..3)
148
- bad_diagram_layout_values = [ -1, 4, "Five is Right Out" ]
149
-
150
- for_attribute(:diagram_node_layout) do
151
- good_diagram_layout_values.each do |allowed_value|
152
- with_value(allowed_value) do
153
- it_should_assign_successfully
154
- it_should_output "<v:roundrect o:dgmlayout=\"#{allowed_value}\"/>"
155
- end
156
- end
157
-
158
- with_values(bad_diagram_layout_values) do
159
- it_should_raise_an_exception
160
- end
161
- end
162
-
163
- for_attribute(:diagram_node_recent_layout) do
164
- good_diagram_layout_values.each do |allowed_value|
165
- with_value(allowed_value) do
166
- it_should_assign_successfully
167
- it_should_output "<v:roundrect o:dgmlayoutmru=\"#{allowed_value}\"/>"
168
- end
169
- end
170
-
171
- with_values(bad_diagram_layout_values) do
172
- it_should_raise_an_exception
173
- end
174
- end
175
- end
176
-
177
- describe "Integer-based Attributes" do
178
- good_integer_values = [1, -1, 0]
179
- bad_integer_values = [2.5, :five, "five"]
180
-
181
- for_attribute(:diagram_node_kind) do
182
- good_integer_values.each do |allowed_value|
183
- with_value(allowed_value) do
184
- it_should_assign_successfully
185
- it_should_output "<v:roundrect o:dgmnodekind=\"#{allowed_value}\"/>"
186
- end
187
- end
188
-
189
- with_values(bad_integer_values) do
190
- it_should_raise_an_exception
191
- end
192
- end
193
-
194
- for_attribute(:hr_percent) do
195
- good_integer_values.each do |allowed_value|
196
- with_value(allowed_value) do
197
- it_should_assign_successfully
198
- it_should_output "<v:roundrect o:hrpct=\"#{allowed_value}\"/>"
199
- end
200
- end
201
-
202
- with_values(bad_integer_values) do
203
- it_should_raise_an_exception
204
- end
205
- end
206
-
207
- for_attribute(:regroup_id) do
208
- good_integer_values.each do |allowed_value|
209
- with_value(allowed_value) do
210
- it_should_assign_successfully
211
- it_should_output "<v:roundrect o:regroupid=\"#{allowed_value}\"/>"
212
- end
213
- end
214
-
215
- with_values(bad_integer_values) do
216
- it_should_raise_an_exception
217
- end
218
- end
219
- end
220
-
221
- describe "Black and White Mode-based Attributes" do
222
- good_bw_mode_values = %i(auto black blackTextAndLines color grayOutline grayScale hide highContrast inverseGray lightGrayscale undrawn white)
223
- bad_bw_mode_values = [:paintItBlack, 0, "rainbows"]
224
-
225
- for_attribute(:bw_mode) do
226
- good_bw_mode_values.each do |allowed_value|
227
- with_value(allowed_value) do
228
- it_should_assign_successfully
229
- it_should_output "<v:roundrect o:bwmode=\"#{allowed_value}\"/>"
230
- end
231
- end
232
-
233
- with_values(bad_bw_mode_values) do
234
- it_should_raise_an_exception
235
- end
236
- end
237
-
238
- for_attribute(:bw_normal) do
239
- good_bw_mode_values.each do |allowed_value|
240
- with_value(allowed_value) do
241
- it_should_assign_successfully
242
- it_should_output "<v:roundrect o:bwnormal=\"#{allowed_value}\"/>"
243
- end
244
- end
245
-
246
- with_values(bad_bw_mode_values) do
247
- it_should_raise_an_exception
248
- end
249
- end
250
-
251
- for_attribute(:bw_pure) do
252
- good_bw_mode_values.each do |allowed_value|
253
- with_value(allowed_value) do
254
- it_should_assign_successfully
255
- it_should_output "<v:roundrect o:bwpure=\"#{allowed_value}\"/>"
256
- end
257
- end
258
-
259
- with_values(bad_bw_mode_values) do
260
- it_should_raise_an_exception
261
- end
262
- end
263
- end
264
-
265
-
266
- describe "String-based Attributes" do
267
- bad_string_values = [0, :nope, false]
268
-
269
- for_attribute(:alt) do
270
- with_value("String") do
271
- it_should_assign_successfully
272
- it_should_output "<v:roundrect alt=\"String\"/>"
273
- end
274
-
275
- with_values(bad_string_values) do
276
- it_should_raise_an_exception
277
- end
278
- end
279
-
280
- for_attribute(:css_class) do
281
- with_value("String") do
282
- it_should_assign_successfully
283
- it_should_output "<v:roundrect class=\"String\"/>"
284
- end
285
-
286
- with_values(bad_string_values) do
287
- it_should_raise_an_exception
288
- end
289
- end
290
-
291
- for_attribute(:href) do
292
- with_value("String") do
293
- it_should_assign_successfully
294
- it_should_output "<v:roundrect href=\"String\"/>"
295
- end
296
-
297
- with_values(bad_string_values) do
298
- it_should_raise_an_exception
299
- end
300
- end
301
-
302
- for_attribute(:id) do
303
- with_value("String") do
304
- it_should_assign_successfully
305
- it_should_output "<v:roundrect id=\"String\"/>"
306
- end
307
-
308
- with_values(bad_string_values) do
309
- it_should_raise_an_exception
310
- end
311
- end
312
-
313
- for_attribute(:opacity) do
314
- with_value("String") do
315
- it_should_assign_successfully
316
- it_should_output "<v:roundrect opacity=\"String\"/>"
317
- end
318
-
319
- with_values(bad_string_values) do
320
- it_should_raise_an_exception
321
- end
322
- end
323
-
324
- for_attribute(:stroke_weight) do
325
- with_value("String") do
326
- it_should_assign_successfully
327
- it_should_output "<v:roundrect strokeweight=\"String\"/>"
328
- end
329
-
330
- with_values(bad_string_values) do
331
- it_should_raise_an_exception
332
- end
333
- end
334
-
335
- for_attribute(:style) do
336
- with_value("String") do
337
- it_should_assign_successfully
338
- it_should_output "<v:roundrect style=\"String\"/>"
339
- end
340
-
341
- with_values(bad_string_values) do
342
- it_should_raise_an_exception
343
- end
344
- end
345
-
346
- for_attribute(:target) do
347
- with_value("String") do
348
- it_should_assign_successfully
349
- it_should_output "<v:roundrect target=\"String\"/>"
350
- end
351
-
352
- with_values(bad_string_values) do
353
- it_should_raise_an_exception
354
- end
355
- end
356
-
357
- for_attribute(:title) do
358
- with_value("String") do
359
- it_should_assign_successfully
360
- it_should_output "<v:roundrect title=\"String\"/>"
361
- end
362
-
363
- with_values(bad_string_values) do
364
- it_should_raise_an_exception
365
- end
366
- end
367
-
368
- for_attribute(:wrap_coordinates) do
369
- with_value("String") do
370
- it_should_assign_successfully
371
- it_should_output "<v:roundrect wrapcoords=\"String\"/>"
372
- end
373
-
374
- with_values(bad_string_values) do
375
- it_should_raise_an_exception
376
- end
377
- end
378
-
379
- for_attribute(:border_bottom_color) do
380
- with_value("String") do
381
- it_should_assign_successfully
382
- it_should_output "<v:roundrect o:borderbottomcolor=\"String\"/>"
383
- end
384
-
385
- with_values(bad_string_values) do
386
- it_should_raise_an_exception
387
- end
388
- end
389
-
390
- for_attribute(:border_left_color) do
391
- with_value("String") do
392
- it_should_assign_successfully
393
- it_should_output "<v:roundrect o:borderleftcolor=\"String\"/>"
394
- end
395
-
396
- with_values(bad_string_values) do
397
- it_should_raise_an_exception
398
- end
399
- end
400
-
401
- for_attribute(:border_right_color) do
402
- with_value("String") do
403
- it_should_assign_successfully
404
- it_should_output "<v:roundrect o:borderrightcolor=\"String\"/>"
405
- end
406
-
407
- with_values(bad_string_values) do
408
- it_should_raise_an_exception
409
- end
410
- end
411
-
412
- for_attribute(:border_top_color) do
413
- with_value("String") do
414
- it_should_assign_successfully
415
- it_should_output "<v:roundrect o:bordertopcolor=\"String\"/>"
416
- end
417
-
418
- with_values(bad_string_values) do
419
- it_should_raise_an_exception
420
- end
421
- end
422
-
423
- for_attribute(:optional_string) do
424
- with_value("String") do
425
- it_should_assign_successfully
426
- it_should_output "<v:roundrect o:spid=\"String\"/>"
427
- end
428
-
429
- with_values(bad_string_values) do
430
- it_should_raise_an_exception
431
- end
432
- end
433
-
434
- for_attribute(:optional_number) do
435
- with_value("String") do
436
- it_should_assign_successfully
437
- it_should_output "<v:roundrect o:spt=\"String\"/>"
438
- end
439
-
440
- with_values(bad_string_values) do
441
- it_should_raise_an_exception
442
- end
443
- end
444
- end
445
-
446
- describe "(Explicitly) True/False-based Attributes" do
447
- for_attribute(:filled) do
448
- with_value(true) do
449
- it_should_assign_successfully
450
- it_should_output "<v:roundrect filled=\"true\"/>"
451
- end
452
-
453
- with_value(false) do
454
- it_should_assign_successfully
455
- it_should_output "<v:roundrect filled=\"false\"/>"
456
- end
457
-
458
- with_values([:nope, 0, "off"]) do
459
- it_should_raise_an_exception
460
- end
461
- end
462
-
463
- for_attribute(:inset_pen) do
464
- with_value(true) do
465
- it_should_assign_successfully
466
- it_should_output "<v:roundrect insetpen=\"true\"/>"
467
- end
468
-
469
- with_value(false) do
470
- it_should_assign_successfully
471
- it_should_output "<v:roundrect insetpen=\"false\"/>"
472
- end
473
-
474
- with_values([:nope, 0, "off"]) do
475
- it_should_raise_an_exception
476
- end
477
- end
478
-
479
- for_attribute(:print) do
480
- with_value(true) do
481
- it_should_assign_successfully
482
- it_should_output "<v:roundrect print=\"true\"/>"
483
- end
484
-
485
- with_value(false) do
486
- it_should_assign_successfully
487
- it_should_output "<v:roundrect print=\"false\"/>"
488
- end
489
-
490
- with_values([:nope, 0, "off"]) do
491
- it_should_raise_an_exception
492
- end
493
- end
494
-
495
- for_attribute(:stroked) do
496
- with_value(true) do
497
- it_should_assign_successfully
498
- it_should_output "<v:roundrect stroked=\"true\"/>"
499
- end
500
-
501
- with_value(false) do
502
- it_should_assign_successfully
503
- it_should_output "<v:roundrect stroked=\"false\"/>"
504
- end
505
-
506
- with_values([:nope, 0, "off"]) do
507
- it_should_raise_an_exception
508
- end
509
- end
510
-
511
- for_attribute(:allow_in_cell) do
512
- with_value(true) do
513
- it_should_assign_successfully
514
- it_should_output "<v:roundrect o:allowincell=\"true\"/>"
515
- end
516
-
517
- with_value(false) do
518
- it_should_assign_successfully
519
- it_should_output "<v:roundrect o:allowincell=\"false\"/>"
520
- end
521
-
522
- with_values([:nope, 0, "off"]) do
523
- it_should_raise_an_exception
524
- end
525
- end
526
-
527
- for_attribute(:allow_overlap) do
528
- with_value(true) do
529
- it_should_assign_successfully
530
- it_should_output "<v:roundrect o:allowoverlap=\"true\"/>"
531
- end
532
-
533
- with_value(false) do
534
- it_should_assign_successfully
535
- it_should_output "<v:roundrect o:allowoverlap=\"false\"/>"
536
- end
537
-
538
- with_values([:nope, 0, "off"]) do
539
- it_should_raise_an_exception
540
- end
541
- end
542
-
543
- for_attribute(:bullet) do
544
- with_value(true) do
545
- it_should_assign_successfully
546
- it_should_output "<v:roundrect o:bullet=\"true\"/>"
547
- end
548
-
549
- with_value(false) do
550
- it_should_assign_successfully
551
- it_should_output "<v:roundrect o:bullet=\"false\"/>"
552
- end
553
-
554
- with_values([:nope, 0, "off"]) do
555
- it_should_raise_an_exception
556
- end
557
- end
558
-
559
- for_attribute(:button) do
560
- with_value(true) do
561
- it_should_assign_successfully
562
- it_should_output "<v:roundrect o:button=\"true\"/>"
563
- end
564
-
565
- with_value(false) do
566
- it_should_assign_successfully
567
- it_should_output "<v:roundrect o:button=\"false\"/>"
568
- end
569
-
570
- with_values([:nope, 0, "off"]) do
571
- it_should_raise_an_exception
572
- end
573
- end
574
-
575
- for_attribute(:clip) do
576
- with_value(true) do
577
- it_should_assign_successfully
578
- it_should_output "<v:roundrect o:clip=\"true\"/>"
579
- end
580
-
581
- with_value(false) do
582
- it_should_assign_successfully
583
- it_should_output "<v:roundrect o:clip=\"false\"/>"
584
- end
585
-
586
- with_values([:nope, 0, "off"]) do
587
- it_should_raise_an_exception
588
- end
589
- end
590
-
591
- for_attribute(:clip_to_wrap) do
592
- with_value(true) do
593
- it_should_assign_successfully
594
- it_should_output "<v:roundrect o:cliptowrap=\"true\"/>"
595
- end
596
-
597
- with_value(false) do
598
- it_should_assign_successfully
599
- it_should_output "<v:roundrect o:cliptowrap=\"false\"/>"
600
- end
601
-
602
- with_values([:nope, 0, "off"]) do
603
- it_should_raise_an_exception
604
- end
605
- end
606
-
607
- for_attribute(:double_click_notify) do
608
- with_value(true) do
609
- it_should_assign_successfully
610
- it_should_output "<v:roundrect o:doubleclicknotify=\"true\"/>"
611
- end
612
-
613
- with_value(false) do
614
- it_should_assign_successfully
615
- it_should_output "<v:roundrect o:doubleclicknotify=\"false\"/>"
616
- end
617
-
618
- with_values([:nope, 0, "off"]) do
619
- it_should_raise_an_exception
620
- end
621
- end
622
-
623
- for_attribute(:force_dash) do
624
- with_value(true) do
625
- it_should_assign_successfully
626
- it_should_output "<v:roundrect o:forcedash=\"true\"/>"
627
- end
628
-
629
- with_value(false) do
630
- it_should_assign_successfully
631
- it_should_output "<v:roundrect o:forcedash=\"false\"/>"
632
- end
633
-
634
- with_values([:nope, 0, "off"]) do
635
- it_should_raise_an_exception
636
- end
637
- end
638
-
639
- for_attribute(:hr) do
640
- with_value(true) do
641
- it_should_assign_successfully
642
- it_should_output "<v:roundrect o:hr=\"true\"/>"
643
- end
644
-
645
- with_value(false) do
646
- it_should_assign_successfully
647
- it_should_output "<v:roundrect o:hr=\"false\"/>"
648
- end
649
-
650
- with_values([:nope, 0, "off"]) do
651
- it_should_raise_an_exception
652
- end
653
- end
654
-
655
- for_attribute(:hr_no_shade) do
656
- with_value(true) do
657
- it_should_assign_successfully
658
- it_should_output "<v:roundrect o:hrnoshade=\"true\"/>"
659
- end
660
-
661
- with_value(false) do
662
- it_should_assign_successfully
663
- it_should_output "<v:roundrect o:hrnoshade=\"false\"/>"
664
- end
665
-
666
- with_values([:nope, 0, "off"]) do
667
- it_should_raise_an_exception
668
- end
669
- end
670
-
671
- for_attribute(:hr_standard) do
672
- with_value(true) do
673
- it_should_assign_successfully
674
- it_should_output "<v:roundrect o:hrstd=\"true\"/>"
675
- end
676
-
677
- with_value(false) do
678
- it_should_assign_successfully
679
- it_should_output "<v:roundrect o:hrstd=\"false\"/>"
680
- end
681
-
682
- with_values([:nope, 0, "off"]) do
683
- it_should_raise_an_exception
684
- end
685
- end
686
-
687
- for_attribute(:ole) do
688
- with_value(true) do
689
- it_should_assign_successfully
690
- it_should_output "<v:roundrect o:ole=\"true\"/>"
691
- end
692
-
693
- with_value(false) do
694
- it_should_assign_successfully
695
- it_should_output "<v:roundrect o:ole=\"false\"/>"
696
- end
697
-
698
- with_values([:nope, 0, "off"]) do
699
- it_should_raise_an_exception
700
- end
701
- end
702
-
703
- for_attribute(:ole_icon) do
704
- with_value(true) do
705
- it_should_assign_successfully
706
- it_should_output "<v:roundrect o:oleicon=\"true\"/>"
707
- end
708
-
709
- with_value(false) do
710
- it_should_assign_successfully
711
- it_should_output "<v:roundrect o:oleicon=\"false\"/>"
712
- end
713
-
714
- with_values([:nope, 0, "off"]) do
715
- it_should_raise_an_exception
716
- end
717
- end
718
-
719
- for_attribute(:hide_extra_handles) do
720
- with_value(true) do
721
- it_should_assign_successfully
722
- it_should_output "<v:roundrect o:oned=\"true\"/>"
723
- end
724
-
725
- with_value(false) do
726
- it_should_assign_successfully
727
- it_should_output "<v:roundrect o:oned=\"false\"/>"
728
- end
729
-
730
- with_values([:nope, 0, "off"]) do
731
- it_should_raise_an_exception
732
- end
733
- end
734
-
735
- for_attribute(:prefer_relative) do
736
- with_value(true) do
737
- it_should_assign_successfully
738
- it_should_output "<v:roundrect o:preferrelative=\"true\"/>"
739
- end
740
-
741
- with_value(false) do
742
- it_should_assign_successfully
743
- it_should_output "<v:roundrect o:preferrelative=\"false\"/>"
744
- end
745
-
746
- with_values([:nope, 0, "off"]) do
747
- it_should_raise_an_exception
748
- end
749
- end
750
-
751
- for_attribute(:user_drawn) do
752
- with_value(true) do
753
- it_should_assign_successfully
754
- it_should_output "<v:roundrect o:userdrawn=\"true\"/>"
755
- end
756
-
757
- with_value(false) do
758
- it_should_assign_successfully
759
- it_should_output "<v:roundrect o:userdrawn=\"false\"/>"
760
- end
761
-
762
- with_values([:nope, 0, "off"]) do
763
- it_should_raise_an_exception
764
- end
765
- end
766
-
767
- for_attribute(:user_hidden) do
768
- with_value(true) do
769
- it_should_assign_successfully
770
- it_should_output "<v:roundrect o:userhidden=\"true\"/>"
771
- end
772
-
773
- with_value(false) do
774
- it_should_assign_successfully
775
- it_should_output "<v:roundrect o:userhidden=\"false\"/>"
776
- end
777
-
778
- with_values([:nope, 0, "off"]) do
779
- it_should_raise_an_exception
780
- end
781
- end
782
- end
783
-
784
- end