openxml-docx 0.10.6 → 0.11.0.rc
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/Gemfile +7 -1
- data/Gemfile.lock +33 -30
- data/README.md +34 -8
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/openxml/docx.rb +5 -2
- data/lib/openxml/docx/element.rb +9 -0
- data/lib/openxml/docx/elements.rb +2 -2
- data/lib/openxml/docx/elements/absolute_position_tab.rb +1 -1
- data/lib/openxml/docx/elements/background.rb +3 -2
- data/lib/openxml/docx/elements/bidi_embed.rb +3 -1
- data/lib/openxml/docx/elements/bidi_override.rb +3 -1
- data/lib/openxml/docx/elements/book_fold_printing.rb +1 -1
- data/lib/openxml/docx/elements/book_fold_printing_sheets.rb +1 -1
- data/lib/openxml/docx/elements/book_fold_reverse_printing.rb +1 -1
- data/lib/openxml/docx/elements/break.rb +1 -1
- data/lib/openxml/docx/elements/carriage_return.rb +1 -1
- data/lib/openxml/docx/elements/compatibility_setting.rb +3 -1
- data/lib/openxml/docx/elements/compatibility_settings.rb +3 -1
- data/lib/openxml/docx/elements/content_part.rb +1 -1
- data/lib/openxml/docx/elements/control.rb +1 -1
- data/lib/openxml/docx/elements/dirty.rb +1 -1
- data/lib/openxml/docx/elements/drawing.rb +4 -1
- data/lib/openxml/docx/elements/embed_bold.rb +1 -1
- data/lib/openxml/docx/elements/embed_bold_italic.rb +1 -1
- data/lib/openxml/docx/elements/embed_italic.rb +1 -1
- data/lib/openxml/docx/elements/embed_regular.rb +1 -1
- data/lib/openxml/docx/elements/embed_system_fonts.rb +1 -1
- data/lib/openxml/docx/elements/embed_true_type_fonts.rb +1 -1
- data/lib/openxml/docx/elements/even_and_odd_headers.rb +1 -1
- data/lib/openxml/docx/elements/family.rb +1 -1
- data/lib/openxml/docx/elements/font.rb +3 -1
- data/lib/openxml/docx/elements/font_alternate_name.rb +1 -1
- data/lib/openxml/docx/elements/font_character_set.rb +1 -1
- data/lib/openxml/docx/elements/font_panose_one.rb +1 -1
- data/lib/openxml/docx/elements/font_pitch.rb +1 -1
- data/lib/openxml/docx/elements/font_sig.rb +1 -1
- data/lib/openxml/docx/elements/grid_column.rb +1 -1
- data/lib/openxml/docx/elements/group_shape.rb +3 -1
- data/lib/openxml/docx/elements/last_rendered_page_break.rb +1 -1
- data/lib/openxml/docx/elements/long_day.rb +1 -1
- data/lib/openxml/docx/elements/long_month.rb +1 -1
- data/lib/openxml/docx/elements/long_year.rb +1 -1
- data/lib/openxml/docx/elements/markup_compatibility_alternate_content.rb +4 -1
- data/lib/openxml/docx/elements/markup_compatibility_choice.rb +3 -1
- data/lib/openxml/docx/elements/markup_compatibility_fallback.rb +4 -1
- data/lib/openxml/docx/elements/nonbreaking_hyphen.rb +1 -1
- data/lib/openxml/docx/elements/optional_hyphen.rb +1 -1
- data/lib/openxml/docx/elements/page_number.rb +1 -1
- data/lib/openxml/docx/elements/paragraph.rb +3 -1
- data/lib/openxml/docx/elements/ruby.rb +2 -1
- data/lib/openxml/docx/elements/run.rb +3 -1
- data/lib/openxml/docx/elements/save_subset_fonts.rb +1 -1
- data/lib/openxml/docx/elements/section_properties.rb +4 -1
- data/lib/openxml/docx/elements/short_day.rb +1 -1
- data/lib/openxml/docx/elements/short_month.rb +1 -1
- data/lib/openxml/docx/elements/short_year.rb +1 -1
- data/lib/openxml/docx/elements/symbol.rb +1 -1
- data/lib/openxml/docx/elements/tab.rb +1 -1
- data/lib/openxml/docx/elements/table.rb +3 -1
- data/lib/openxml/docx/elements/table_cell.rb +3 -1
- data/lib/openxml/docx/elements/table_grid.rb +3 -1
- data/lib/openxml/docx/elements/table_row.rb +3 -1
- data/lib/openxml/docx/elements/text.rb +1 -1
- data/lib/openxml/docx/elements/textbox_content.rb +4 -1
- data/lib/openxml/docx/elements/title_page.rb +1 -1
- data/lib/openxml/docx/elements/vml_container.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_anchor.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_effect_extent.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_extent.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_inline.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_nv_graphic_frame_properties.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_object_nv_properties.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_position_h.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_position_offset.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_position_v.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_simple_position.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_coordinate.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_none.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_polygon.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_square.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_through.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_tight.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_drawing_wrap_top_and_bottom.rb +1 -1
- data/lib/openxml/docx/elements/word_processing_groups_group_shape_properties.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_groups_nv_shape_drawing_properties.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_shapes_body_properties.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_shapes_nv_drawing_properties.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_shapes_shape.rb +4 -1
- data/lib/openxml/docx/elements/word_processing_shapes_shape_properties.rb +3 -1
- data/lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb +3 -1
- data/lib/openxml/docx/elements/wordprocessing_shape_group.rb +3 -1
- data/lib/openxml/docx/{property_builder.rb → has_properties.rb} +13 -2
- data/lib/openxml/docx/properties/border.rb +2 -2
- data/lib/openxml/docx/properties/color.rb +1 -1
- data/lib/openxml/docx/properties/complex_property.rb +3 -1
- data/lib/openxml/docx/properties/container_property.rb +3 -1
- data/lib/openxml/docx/properties/shading.rb +2 -2
- data/lib/openxml/docx/properties/table_border.rb +2 -2
- data/lib/openxml/docx/properties/table_cell_border.rb +2 -2
- data/lib/openxml/docx/properties/underline.rb +1 -1
- data/lib/openxml/docx/section.rb +1 -1
- data/lib/openxml/docx/style.rb +3 -2
- data/lib/openxml/docx/version.rb +1 -1
- data/lib/openxml/vml.rb +1 -2
- data/lib/openxml/vml/elements.rb +2 -2
- data/lib/openxml/vml/elements/group.rb +3 -1
- data/lib/openxml/vml/elements/rectangle.rb +3 -1
- data/lib/openxml/vml/elements/rounded_rectangle.rb +3 -1
- data/openxml-docx.gemspec +29 -22
- metadata +47 -347
- data/lib/openxml/docx/attribute_builder.rb +0 -327
- data/lib/openxml/docx/elements/container.rb +0 -37
- data/lib/openxml/docx/elements/element.rb +0 -65
- data/lib/openxml/drawingml.rb +0 -17
- data/lib/openxml/drawingml/elements.rb +0 -13
- data/lib/openxml/drawingml/elements/adjust_values_list.rb +0 -11
- data/lib/openxml/drawingml/elements/blip.rb +0 -18
- data/lib/openxml/drawingml/elements/blip_fill.rb +0 -14
- data/lib/openxml/drawingml/elements/children_extents.rb +0 -14
- data/lib/openxml/drawingml/elements/children_offset.rb +0 -14
- data/lib/openxml/drawingml/elements/extension.rb +0 -13
- data/lib/openxml/drawingml/elements/extension_list.rb +0 -11
- data/lib/openxml/drawingml/elements/extents.rb +0 -14
- data/lib/openxml/drawingml/elements/fill_rectangle.rb +0 -16
- data/lib/openxml/drawingml/elements/graphic.rb +0 -10
- data/lib/openxml/drawingml/elements/graphic_data.rb +0 -12
- data/lib/openxml/drawingml/elements/graphic_frame_locks.rb +0 -17
- data/lib/openxml/drawingml/elements/head_end.rb +0 -28
- data/lib/openxml/drawingml/elements/no_autofit.rb +0 -10
- data/lib/openxml/drawingml/elements/no_fill.rb +0 -10
- data/lib/openxml/drawingml/elements/non_visual_drawing_properties.rb +0 -17
- data/lib/openxml/drawingml/elements/non_visual_picture_drawing_properties.rb +0 -12
- data/lib/openxml/drawingml/elements/non_visual_picture_properties.rb +0 -10
- data/lib/openxml/drawingml/elements/non_visual_shape_drawing_properties.rb +0 -12
- data/lib/openxml/drawingml/elements/offset.rb +0 -14
- data/lib/openxml/drawingml/elements/outline.rb +0 -36
- data/lib/openxml/drawingml/elements/picture.rb +0 -10
- data/lib/openxml/drawingml/elements/picture_locks.rb +0 -23
- data/lib/openxml/drawingml/elements/picture_shape_properties.rb +0 -13
- data/lib/openxml/drawingml/elements/preset_geometry.rb +0 -210
- data/lib/openxml/drawingml/elements/preset_text_warp.rb +0 -25
- data/lib/openxml/drawingml/elements/round.rb +0 -10
- data/lib/openxml/drawingml/elements/shape_guide.rb +0 -40
- data/lib/openxml/drawingml/elements/solid_fill.rb +0 -10
- data/lib/openxml/drawingml/elements/source_rectangle.rb +0 -16
- data/lib/openxml/drawingml/elements/srgb_color.rb +0 -14
- data/lib/openxml/drawingml/elements/stretch.rb +0 -10
- data/lib/openxml/drawingml/elements/tail_end.rb +0 -28
- data/lib/openxml/drawingml/elements/transform_effect.rb +0 -18
- data/spec/elements/absolute_position_tab_spec.rb +0 -58
- data/spec/elements/background_spec.rb +0 -52
- data/spec/elements/bidi_embed_spec.rb +0 -35
- data/spec/elements/bidi_override_spec.rb +0 -35
- data/spec/elements/book_fold_printing_sheets_spec.rb +0 -27
- data/spec/elements/book_fold_printing_spec.rb +0 -19
- data/spec/elements/book_fold_reverse_printing_spec.rb +0 -19
- data/spec/elements/break_spec.rb +0 -34
- data/spec/elements/carriage_return_spec.rb +0 -12
- data/spec/elements/compatibility_setting_spec.rb +0 -41
- data/spec/elements/compatibility_settings_spec.rb +0 -8
- data/spec/elements/content_part_spec.rb +0 -18
- data/spec/elements/control_spec.rb +0 -41
- data/spec/elements/deleted_text_spec.rb +0 -24
- data/spec/elements/dirty_spec.rb +0 -12
- data/spec/elements/drawing_spec.rb +0 -11
- data/spec/elements/drawingml/adjust_values_list_spec.rb +0 -8
- data/spec/elements/drawingml/blip_fill_spec.rb +0 -44
- data/spec/elements/drawingml/blip_spec.rb +0 -47
- data/spec/elements/drawingml/extension_list_spec.rb +0 -8
- data/spec/elements/drawingml/extension_spec.rb +0 -19
- data/spec/elements/drawingml/extents_spec.rb +0 -33
- data/spec/elements/drawingml/fill_rectangle_spec.rb +0 -76
- data/spec/elements/drawingml/graphic_data_spec.rb +0 -19
- data/spec/elements/drawingml/graphic_frame_locks_spec.rb +0 -107
- data/spec/elements/drawingml/graphic_spec.rb +0 -8
- data/spec/elements/drawingml/head_end_spec.rb +0 -48
- data/spec/elements/drawingml/no_autofit_spec.rb +0 -8
- data/spec/elements/drawingml/no_fill_spec.rb +0 -8
- data/spec/elements/drawingml/non_visual_drawing_properties_spec.rb +0 -68
- data/spec/elements/drawingml/non_visual_picture_drawing_properties_spec.rb +0 -23
- data/spec/elements/drawingml/non_visual_picture_properties_spec.rb +0 -8
- data/spec/elements/drawingml/non_visual_shape_drawing_properties_spec.rb +0 -24
- data/spec/elements/drawingml/offset_spec.rb +0 -42
- data/spec/elements/drawingml/outline_spec.rb +0 -64
- data/spec/elements/drawingml/picture_locks_spec.rb +0 -122
- data/spec/elements/drawingml/picture_shape_properties_spec.rb +0 -21
- data/spec/elements/drawingml/picture_spec.rb +0 -8
- data/spec/elements/drawingml/preset_geometry_spec.rb +0 -19
- data/spec/elements/drawingml/preset_text_warp_spec.rb +0 -36
- data/spec/elements/drawingml/round_spec.rb +0 -8
- data/spec/elements/drawingml/shape_guide_spec.rb +0 -53
- data/spec/elements/drawingml/solid_fill_spec.rb +0 -8
- data/spec/elements/drawingml/source_rectangle_spec.rb +0 -76
- data/spec/elements/drawingml/srgb_color_spec.rb +0 -19
- data/spec/elements/drawingml/stretch_spec.rb +0 -8
- data/spec/elements/drawingml/tail_end_spec.rb +0 -47
- data/spec/elements/drawingml/transform_effect_spec.rb +0 -102
- data/spec/elements/embed_system_fonts_spec.rb +0 -19
- data/spec/elements/embed_true_type_fonts_spec.rb +0 -19
- data/spec/elements/even_and_odd_headers_spec.rb +0 -23
- data/spec/elements/font_alternate_name_spec.rb +0 -19
- data/spec/elements/font_character_set_spec.rb +0 -19
- data/spec/elements/font_panose_one_spec.rb +0 -19
- data/spec/elements/font_pitch_spec.rb +0 -21
- data/spec/elements/font_sig_spec.rb +0 -74
- data/spec/elements/grid_column_spec.rb +0 -15
- data/spec/elements/group_shape_spec.rb +0 -11
- data/spec/elements/last_rendered_page_break_spec.rb +0 -12
- data/spec/elements/long_day_spec.rb +0 -12
- data/spec/elements/long_month_spec.rb +0 -12
- data/spec/elements/long_year_spec.rb +0 -12
- data/spec/elements/markup_compatibility_alternate_content_spec.rb +0 -11
- data/spec/elements/markup_compatibility_choice_spec.rb +0 -22
- data/spec/elements/markup_compatibility_fallback_spec.rb +0 -11
- data/spec/elements/nonbreaking_hyphen_spec.rb +0 -12
- data/spec/elements/optional_hyphen_spec.rb +0 -12
- data/spec/elements/page_number_spec.rb +0 -12
- data/spec/elements/paragraph_spec.rb +0 -60
- data/spec/elements/ruby_spec.rb +0 -66
- data/spec/elements/run_spec.rb +0 -15
- data/spec/elements/save_subset_fonts_spec.rb +0 -19
- data/spec/elements/section_properties_spec.rb +0 -12
- data/spec/elements/short_day_spec.rb +0 -12
- data/spec/elements/short_month_spec.rb +0 -12
- data/spec/elements/short_year_spec.rb +0 -12
- data/spec/elements/symbol_spec.rb +0 -31
- data/spec/elements/tab_spec.rb +0 -12
- data/spec/elements/table_cell_spec.rb +0 -15
- data/spec/elements/table_grid_spec.rb +0 -17
- data/spec/elements/table_row_spec.rb +0 -18
- data/spec/elements/table_spec.rb +0 -21
- data/spec/elements/text_spec.rb +0 -24
- data/spec/elements/textbox_content_spec.rb +0 -8
- data/spec/elements/title_page_spec.rb +0 -23
- data/spec/elements/vml/group_spec.rb +0 -534
- data/spec/elements/vml/rectangle_spec.rb +0 -729
- data/spec/elements/vml/rounded_rectangle_spec.rb +0 -784
- data/spec/elements/vml_container_spec.rb +0 -11
- data/spec/elements/word_processing_drawing_anchor_spec.rb +0 -122
- data/spec/elements/word_processing_drawing_effect_extent_spec.rb +0 -77
- data/spec/elements/word_processing_drawing_extent_spec.rb +0 -34
- data/spec/elements/word_processing_drawing_nv_graphic_frame_properties_spec.rb +0 -11
- data/spec/elements/word_processing_drawing_object_nv_properties_spec.rb +0 -67
- data/spec/elements/word_processing_drawing_position_h_spec.rb +0 -22
- data/spec/elements/word_processing_drawing_position_v_spec.rb +0 -22
- data/spec/elements/word_processing_drawing_simple_position_spec.rb +0 -44
- data/spec/elements/word_processing_drawing_wrap_coordinate_spec.rb +0 -40
- data/spec/elements/word_processing_drawing_wrap_none_spec.rb +0 -12
- data/spec/elements/word_processing_drawing_wrap_polygon_spec.rb +0 -23
- data/spec/elements/word_processing_drawing_wrap_square_spec.rb +0 -65
- data/spec/elements/word_processing_drawing_wrap_through_spec.rb +0 -43
- data/spec/elements/word_processing_drawing_wrap_tight_spec.rb +0 -43
- data/spec/elements/word_processing_drawing_wrap_top_and_bottom_spec.rb +0 -30
- data/spec/elements/word_processing_groups_group_shape_properties_spec.rb +0 -21
- data/spec/elements/word_processing_groups_nv_shape_drawing_properties_spec.rb +0 -8
- data/spec/elements/word_processing_shapes_body_properties_spec.rb +0 -232
- data/spec/elements/word_processing_shapes_nv_drawing_properties_spec.rb +0 -64
- data/spec/elements/word_processing_shapes_shape_properties_spec.rb +0 -22
- data/spec/elements/word_processing_shapes_shape_spec.rb +0 -23
- data/spec/elements/word_processing_shapes_textual_content_spec.rb +0 -23
- data/spec/elements/wordprocessing_shape_group_spec.rb +0 -12
- data/spec/package_spec.rb +0 -36
- data/spec/parts/document_spec.rb +0 -95
- data/spec/parts/footer_spec.rb +0 -33
- data/spec/parts/header_spec.rb +0 -33
- data/spec/parts/settings_spec.rb +0 -19
- data/spec/parts/styles_spec.rb +0 -27
- data/spec/properties/alignment_spec.rb +0 -58
- data/spec/properties/auto_adjust_right_indent_spec.rb +0 -23
- data/spec/properties/auto_space_de_spec.rb +0 -23
- data/spec/properties/auto_space_dn_spec.rb +0 -23
- data/spec/properties/bidi_spec.rb +0 -22
- data/spec/properties/bold_spec.rb +0 -22
- data/spec/properties/border_spec.rb +0 -82
- data/spec/properties/cant_split_spec.rb +0 -22
- data/spec/properties/caps_spec.rb +0 -22
- data/spec/properties/character_spacing_spec.rb +0 -26
- data/spec/properties/color_spec.rb +0 -29
- data/spec/properties/column_spec.rb +0 -30
- data/spec/properties/columns_spec.rb +0 -164
- data/spec/properties/complex_bold_spec.rb +0 -22
- data/spec/properties/complex_font_size_spec.rb +0 -24
- data/spec/properties/complex_italics_spec.rb +0 -22
- data/spec/properties/complex_script_formatting_spec.rb +0 -22
- data/spec/properties/compress_punctuation_spec.rb +0 -32
- data/spec/properties/conditional_formatting_spec.rb +0 -64
- data/spec/properties/contextual_spacing_spec.rb +0 -22
- data/spec/properties/div_id_spec.rb +0 -17
- data/spec/properties/document_grid_spec.rb +0 -37
- data/spec/properties/double_strikethrough_spec.rb +0 -23
- data/spec/properties/east_asian_layout_spec.rb +0 -55
- data/spec/properties/effect_spec.rb +0 -43
- data/spec/properties/emboss_spec.rb +0 -22
- data/spec/properties/emphasis_spec.rb +0 -37
- data/spec/properties/even_and_odd_headers_spec.rb +0 -22
- data/spec/properties/expansion_spec.rb +0 -34
- data/spec/properties/font_size_spec.rb +0 -24
- data/spec/properties/font_spec.rb +0 -70
- data/spec/properties/footer_reference_spec.rb +0 -32
- data/spec/properties/form_protection_spec.rb +0 -22
- data/spec/properties/frame_spec.rb +0 -101
- data/spec/properties/grid_after_spec.rb +0 -26
- data/spec/properties/grid_before_spec.rb +0 -26
- data/spec/properties/grid_span_spec.rb +0 -24
- data/spec/properties/header_reference_spec.rb +0 -32
- data/spec/properties/header_spec.rb +0 -17
- data/spec/properties/headers_spec.rb +0 -39
- data/spec/properties/hidden_spec.rb +0 -22
- data/spec/properties/hidden_style_spec.rb +0 -22
- data/spec/properties/hidden_text_spec.rb +0 -22
- data/spec/properties/hide_mark_spec.rb +0 -22
- data/spec/properties/highlight_spec.rb +0 -97
- data/spec/properties/imprint_spec.rb +0 -22
- data/spec/properties/indentation_spec.rb +0 -100
- data/spec/properties/italics_spec.rb +0 -22
- data/spec/properties/keep_lines_spec.rb +0 -22
- data/spec/properties/keep_next_spec.rb +0 -22
- data/spec/properties/kerning_spec.rb +0 -24
- data/spec/properties/kinsoku_spec.rb +0 -32
- data/spec/properties/language_spec.rb +0 -20
- data/spec/properties/latent_styles_exception_spec.rb +0 -68
- data/spec/properties/latent_styles_spec.rb +0 -323
- data/spec/properties/line_numbering_spec.rb +0 -43
- data/spec/properties/linked_style_spec.rb +0 -17
- data/spec/properties/manual_width_spec.rb +0 -30
- data/spec/properties/math_spec.rb +0 -22
- data/spec/properties/mirror_indent_spec.rb +0 -22
- data/spec/properties/next_style_spec.rb +0 -17
- data/spec/properties/no_proof_spec.rb +0 -23
- data/spec/properties/no_wrap_spec.rb +0 -22
- data/spec/properties/numbering_spec.rb +0 -37
- data/spec/properties/outline_level_spec.rb +0 -20
- data/spec/properties/outline_spec.rb +0 -23
- data/spec/properties/overflow_punctuation_spec.rb +0 -23
- data/spec/properties/page_borders_spec.rb +0 -129
- data/spec/properties/page_break_before_spec.rb +0 -22
- data/spec/properties/page_margins_spec.rb +0 -64
- data/spec/properties/page_numbering_spec.rb +0 -54
- data/spec/properties/page_size_spec.rb +0 -43
- data/spec/properties/paper_source_spec.rb +0 -30
- data/spec/properties/paragraph_borders_spec.rb +0 -66
- data/spec/properties/paragraph_style_spec.rb +0 -12
- data/spec/properties/parent_style_spec.rb +0 -17
- data/spec/properties/personal_compose_spec.rb +0 -23
- data/spec/properties/personal_reply_spec.rb +0 -23
- data/spec/properties/personal_spec.rb +0 -23
- data/spec/properties/phonetic_guide_alignment_spec.rb +0 -42
- data/spec/properties/phonetic_guide_base_font_size_spec.rb +0 -25
- data/spec/properties/phonetic_guide_font_size_raise_spec.rb +0 -25
- data/spec/properties/phonetic_guide_font_size_spec.rb +0 -25
- data/spec/properties/phonetic_guide_language_spec.rb +0 -12
- data/spec/properties/position_spec.rb +0 -26
- data/spec/properties/primary_style_spec.rb +0 -22
- data/spec/properties/right_to_left_spec.rb +0 -22
- data/spec/properties/rtl_gutter_spec.rb +0 -23
- data/spec/properties/run_style_spec.rb +0 -12
- data/spec/properties/section_type_spec.rb +0 -33
- data/spec/properties/semi_hidden_spec.rb +0 -22
- data/spec/properties/shading_spec.rb +0 -64
- data/spec/properties/shadow_property_spec.rb +0 -23
- data/spec/properties/small_caps_spec.rb +0 -22
- data/spec/properties/snap_to_grid_spec.rb +0 -32
- data/spec/properties/spacing_spec.rb +0 -67
- data/spec/properties/spec_vanish_spec.rb +0 -22
- data/spec/properties/strikethrough_spec.rb +0 -23
- data/spec/properties/style_aliases_spec.rb +0 -22
- data/spec/properties/style_auto_redefinition_spec.rb +0 -22
- data/spec/properties/style_lock_spec.rb +0 -22
- data/spec/properties/style_name_spec.rb +0 -17
- data/spec/properties/supress_auto_hyphens_spec.rb +0 -22
- data/spec/properties/supress_line_numbers_spec.rb +0 -22
- data/spec/properties/supress_overlap_spec.rb +0 -22
- data/spec/properties/tab_spec.rb +0 -45
- data/spec/properties/table_border_spec.rb +0 -119
- data/spec/properties/table_borders_spec.rb +0 -41
- data/spec/properties/table_caption_spec.rb +0 -17
- data/spec/properties/table_cell_border_spec.rb +0 -119
- data/spec/properties/table_cell_borders_spec.rb +0 -40
- data/spec/properties/table_cell_cell_margin_spec.rb +0 -46
- data/spec/properties/table_cell_fit_text_spec.rb +0 -23
- data/spec/properties/table_cell_margin_spec.rb +0 -40
- data/spec/properties/table_cell_margins_spec.rb +0 -46
- data/spec/properties/table_cell_spacing_spec.rb +0 -21
- data/spec/properties/table_cell_width_spec.rb +0 -21
- data/spec/properties/table_description_spec.rb +0 -17
- data/spec/properties/table_header_spec.rb +0 -22
- data/spec/properties/table_indent_spec.rb +0 -43
- data/spec/properties/table_layout_spec.rb +0 -24
- data/spec/properties/table_look_spec.rb +0 -43
- data/spec/properties/table_overlap_spec.rb +0 -22
- data/spec/properties/table_p_pr_spec.rb +0 -68
- data/spec/properties/table_row_height_spec.rb +0 -20
- data/spec/properties/table_style_spec.rb +0 -17
- data/spec/properties/table_width_spec.rb +0 -21
- data/spec/properties/tabs_spec.rb +0 -39
- data/spec/properties/text_alignment_spec.rb +0 -33
- data/spec/properties/text_direction_spec.rb +0 -47
- data/spec/properties/textbox_tight_wrap_spec.rb +0 -33
- data/spec/properties/title_page_spec.rb +0 -22
- data/spec/properties/ui_priority_spec.rb +0 -22
- data/spec/properties/underline_spec.rb +0 -45
- data/spec/properties/unhide_when_used_spec.rb +0 -22
- data/spec/properties/valign_spec.rb +0 -19
- data/spec/properties/vertical_alignment_spec.rb +0 -26
- data/spec/properties/vertical_merge_spec.rb +0 -22
- data/spec/properties/vertical_text_alignment_spec.rb +0 -28
- data/spec/properties/wafter_spec.rb +0 -21
- data/spec/properties/wbefore_spec.rb +0 -21
- data/spec/properties/web_hidden_spec.rb +0 -22
- data/spec/properties/widow_control_spec.rb +0 -33
- data/spec/properties/word_wrap_spec.rb +0 -33
- data/spec/section_spec.rb +0 -48
- data/spec/spec_helper.rb +0 -16
- data/spec/style_spec.rb +0 -108
- data/spec/support/data/elements/break_element.xml +0 -4
- data/spec/support/data/elements/break_with_attributes_element.xml +0 -4
- data/spec/support/data/elements/grid_column_element.xml +0 -4
- data/spec/support/data/elements/paragraph_element.xml +0 -8
- data/spec/support/data/elements/paragraph_with_runs_element.xml +0 -14
- data/spec/support/data/elements/paragraph_with_section_properties_element.xml +0 -13
- data/spec/support/data/elements/run_element.xml +0 -8
- data/spec/support/data/elements/symbol_element.xml +0 -4
- data/spec/support/data/elements/table_cell_element.xml +0 -8
- data/spec/support/data/elements/table_element.xml +0 -18
- data/spec/support/data/elements/table_grid_element.xml +0 -6
- data/spec/support/data/elements/table_row_element.xml +0 -13
- data/spec/support/data/elements/text_element.xml +0 -4
- data/spec/support/data/parts/content_types_part.xml +0 -1
- data/spec/support/data/parts/document_with_children_part.xml +0 -2
- data/spec/support/data/parts/document_with_multiple_sections_part.xml +0 -24
- data/spec/support/data/parts/document_with_one_section_part.xml +0 -16
- data/spec/support/data/parts/empty_document_part.xml +0 -1
- data/spec/support/data/parts/empty_footer_part.xml +0 -1
- data/spec/support/data/parts/empty_header_part.xml +0 -1
- data/spec/support/data/parts/footer_with_children_part.xml +0 -1
- data/spec/support/data/parts/global_rels_part.xml +0 -1
- data/spec/support/data/parts/header_with_children_part.xml +0 -1
- data/spec/support/data/parts/rels_part.xml +0 -1
- data/spec/support/data/parts/settings_part.xml +0 -1
- data/spec/support/data/parts/styles_part.xml +0 -1
- data/spec/support/data/parts/styles_with_custom_style_part.xml +0 -20
- data/spec/support/data/styles/character_styles.xml +0 -15
- data/spec/support/data/styles/paragraph_styles.xml +0 -11
- data/spec/support/element_test_macros.rb +0 -242
- data/spec/support/part_test_macros.rb +0 -27
- data/spec/support/property_test_macros.rb +0 -177
- data/spec/support/style_test_macros.rb +0 -33
- data/spec/support/value_property_test_macros.rb +0 -69
@@ -1,17 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::LinkedStyle do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :link, name: "linked_style", value: "Something"
|
7
|
-
|
8
|
-
with_value("Something") do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:link w:val=\"Something\"/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value("") do
|
14
|
-
it_should_not_work
|
15
|
-
end
|
16
|
-
|
17
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::ManualWidth do
|
4
|
-
include PropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :fitText, name: "manual_width"
|
7
|
-
|
8
|
-
for_attribute(:id) do
|
9
|
-
values = [12, -134]
|
10
|
-
it_should_assign_and_output_xml values
|
11
|
-
it_should_not_allow_floats
|
12
|
-
it_should_not_allow_invalid_value
|
13
|
-
end
|
14
|
-
|
15
|
-
for_attribute(:width) do
|
16
|
-
it_should_assign_and_output_xml 12
|
17
|
-
it_should_not_allow_negative_numbers
|
18
|
-
it_should_not_allow_floats
|
19
|
-
it_should_not_allow_invalid_value
|
20
|
-
end
|
21
|
-
|
22
|
-
with_no_attributes_set do
|
23
|
-
it_should_output "", assign: false
|
24
|
-
end
|
25
|
-
|
26
|
-
with_these_attributes_set(id: 50, width: 720) do
|
27
|
-
it_should_output "<w:fitText w:id=\"50\" w:val=\"720\"/>", assign: false
|
28
|
-
end
|
29
|
-
|
30
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::Math do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :oMath, name: "math", value: true
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:oMath/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output "<w:oMath w:val=\"false\"/>"
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_not_work
|
20
|
-
end
|
21
|
-
|
22
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::MirrorIndent do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :mirrorIndent, name: "mirror_indent", value: true
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:mirrorIndent/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output "<w:mirrorIndent w:val=\"false\"/>"
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_not_work
|
20
|
-
end
|
21
|
-
|
22
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::NextStyle do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :next, name: "next_style", value: "Style Name"
|
7
|
-
|
8
|
-
with_value("The Name of a Style") do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:next w:val=\"The Name of a Style\"/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value("") do
|
14
|
-
it_should_not_work
|
15
|
-
end
|
16
|
-
|
17
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::NoProof do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :noProof, name: "no_proof"
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:noProof w:val=\"true\"/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output ""
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_work
|
20
|
-
it_should_output ""
|
21
|
-
end
|
22
|
-
|
23
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::NoWrap do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :noWrap, name: "no_wrap", value: true
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:noWrap/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output "<w:noWrap w:val=\"false\"/>"
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_not_work
|
20
|
-
end
|
21
|
-
|
22
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::Numbering do
|
4
|
-
include PropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :numPr, name: "numbering"
|
7
|
-
|
8
|
-
for_attribute(:level) do
|
9
|
-
with_value(24) do
|
10
|
-
it_should_assign_successfully
|
11
|
-
it_should_output "<w:numPr>\n <w:ilvl w:val=\"24\"/>\n </w:numPr>"
|
12
|
-
end
|
13
|
-
|
14
|
-
it_should_not_allow_negative_numbers
|
15
|
-
it_should_not_allow_invalid_value
|
16
|
-
|
17
|
-
end
|
18
|
-
|
19
|
-
for_attribute(:id) do
|
20
|
-
with_value(24) do
|
21
|
-
it_should_assign_successfully
|
22
|
-
it_should_output "<w:numPr>\n <w:numId w:val=\"24\"/>\n </w:numPr>"
|
23
|
-
end
|
24
|
-
|
25
|
-
it_should_not_allow_negative_numbers
|
26
|
-
it_should_not_allow_invalid_value
|
27
|
-
end
|
28
|
-
|
29
|
-
with_no_attributes_set do
|
30
|
-
it_should_output "", assign: false
|
31
|
-
end
|
32
|
-
|
33
|
-
with_these_attributes_set(level: 4, id: 0) do
|
34
|
-
it_should_output "<w:numPr>\n <w:ilvl w:val=\"4\"/>\n <w:numId w:val=\"0\"/>\n </w:numPr>", assign: false
|
35
|
-
end
|
36
|
-
|
37
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::OutlineLevel do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :outlineLvl, name: "outline_level", value: 2
|
7
|
-
|
8
|
-
with_value(:big) do
|
9
|
-
it_should_not_work
|
10
|
-
end
|
11
|
-
|
12
|
-
with_value(-1) do
|
13
|
-
it_should_not_work
|
14
|
-
end
|
15
|
-
|
16
|
-
with_value(2) do
|
17
|
-
it_should_work
|
18
|
-
it_should_output "<w:outlineLvl w:val=\"2\"/>"
|
19
|
-
end
|
20
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::Outline do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :outline, name: "outline"
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:outline w:val=\"true\"/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output ""
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_work
|
20
|
-
it_should_output ""
|
21
|
-
end
|
22
|
-
|
23
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::OverflowPunctuation do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :overflowPunct, name: "overflow_punctuation"
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:overflowPunct w:val=\"true\"/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output ""
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_work
|
20
|
-
it_should_output ""
|
21
|
-
end
|
22
|
-
|
23
|
-
end
|
@@ -1,129 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::PageBorders do
|
4
|
-
include PropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :pgBorders, name: "page_borders"
|
7
|
-
|
8
|
-
context "when setting values" do
|
9
|
-
before(:each) do
|
10
|
-
@instance = described_class.new
|
11
|
-
end
|
12
|
-
|
13
|
-
it "should allow modifying the left border" do
|
14
|
-
expect { instance.left.color = :auto }.to_not raise_error
|
15
|
-
end
|
16
|
-
|
17
|
-
it "should allow modifying the right border" do
|
18
|
-
expect { instance.right.size = 24 }.to_not raise_error
|
19
|
-
end
|
20
|
-
|
21
|
-
it "should allow modifying the top border" do
|
22
|
-
expect { instance.top.space = 1 }.to_not raise_error
|
23
|
-
end
|
24
|
-
|
25
|
-
it "should allow modifying the bottom border" do
|
26
|
-
expect { instance.bottom.type = :apples }.to_not raise_error
|
27
|
-
end
|
28
|
-
|
29
|
-
end
|
30
|
-
|
31
|
-
for_attribute(:display) do
|
32
|
-
before(:each) do
|
33
|
-
@instance = described_class.new
|
34
|
-
end
|
35
|
-
|
36
|
-
it "should accept the value :allPages" do
|
37
|
-
expect { instance.send("#{attribute}=", :allPages) }.to_not raise_error
|
38
|
-
instance.send "#{attribute}=", :allPages
|
39
|
-
instance.left.color = :auto
|
40
|
-
expect(xml(instance)).to eq("<w:pgBorders w:display=\"allPages\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
41
|
-
end
|
42
|
-
|
43
|
-
it "should accept the value :firstPage" do
|
44
|
-
expect { instance.send("#{attribute}=", :firstPage) }.to_not raise_error
|
45
|
-
instance.send "#{attribute}=", :firstPage
|
46
|
-
instance.left.color = :auto
|
47
|
-
expect(xml(instance)).to eq("<w:pgBorders w:display=\"firstPage\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
48
|
-
end
|
49
|
-
|
50
|
-
it "should accept the value :notFirstPage" do
|
51
|
-
expect { instance.send("#{attribute}=", :notFirstPage) }.to_not raise_error
|
52
|
-
instance.send "#{attribute}=", :notFirstPage
|
53
|
-
instance.left.color = :auto
|
54
|
-
expect(xml(instance)).to eq("<w:pgBorders w:display=\"notFirstPage\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
55
|
-
end
|
56
|
-
end
|
57
|
-
|
58
|
-
for_attribute(:offset_from) do
|
59
|
-
before(:each) do
|
60
|
-
@instance = described_class.new
|
61
|
-
end
|
62
|
-
|
63
|
-
it "should accept the value :page" do
|
64
|
-
expect { instance.send("#{attribute}=", :page) }.to_not raise_error
|
65
|
-
instance.send "#{attribute}=", :page
|
66
|
-
instance.left.color = :auto
|
67
|
-
expect(xml(instance)).to eq("<w:pgBorders w:offsetFrom=\"page\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
68
|
-
end
|
69
|
-
|
70
|
-
it "should accept the value :text" do
|
71
|
-
expect { instance.send("#{attribute}=", :text) }.to_not raise_error
|
72
|
-
instance.send "#{attribute}=", :text
|
73
|
-
instance.left.color = :auto
|
74
|
-
expect(xml(instance)).to eq("<w:pgBorders w:offsetFrom=\"text\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
75
|
-
end
|
76
|
-
end
|
77
|
-
|
78
|
-
for_attribute(:z_order) do
|
79
|
-
before(:each) do
|
80
|
-
@instance = described_class.new
|
81
|
-
end
|
82
|
-
|
83
|
-
it "should accept the value :back" do
|
84
|
-
expect { instance.send("#{attribute}=", :back) }.to_not raise_error
|
85
|
-
instance.send "#{attribute}=", :back
|
86
|
-
instance.left.color = :auto
|
87
|
-
expect(xml(instance)).to eq("<w:pgBorders w:zOrder=\"back\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
88
|
-
end
|
89
|
-
|
90
|
-
it "should accept the value :front" do
|
91
|
-
expect { instance.send("#{attribute}=", :front) }.to_not raise_error
|
92
|
-
instance.send "#{attribute}=", :front
|
93
|
-
instance.left.color = :auto
|
94
|
-
expect(xml(instance)).to eq("<w:pgBorders w:zOrder=\"front\">\n <w:left w:color=\"auto\"/>\n </w:pgBorders>")
|
95
|
-
end
|
96
|
-
|
97
|
-
with_value(:side) do
|
98
|
-
it_should_raise_an_exception
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
context "with no values set" do
|
103
|
-
before(:each) do
|
104
|
-
@instance = described_class.new
|
105
|
-
end
|
106
|
-
|
107
|
-
it_should_output "", assign: false
|
108
|
-
end
|
109
|
-
|
110
|
-
context "when one border has at least one property set" do
|
111
|
-
before(:each) do
|
112
|
-
@instance = described_class.new
|
113
|
-
instance.left.type = :apples
|
114
|
-
end
|
115
|
-
|
116
|
-
it_should_output "<w:pgBorders>\n <w:left w:val=\"apples\"/>\n </w:pgBorders>", assign: false
|
117
|
-
end
|
118
|
-
|
119
|
-
context "when more than one border has at least one property set" do
|
120
|
-
before(:each) do
|
121
|
-
@instance = described_class.new
|
122
|
-
instance.left.color = "FF0000"
|
123
|
-
instance.right.type = :apples
|
124
|
-
end
|
125
|
-
|
126
|
-
it_should_output "<w:pgBorders>\n <w:left w:color=\"FF0000\"/>\n <w:right w:val=\"apples\"/>\n </w:pgBorders>", assign: false
|
127
|
-
end
|
128
|
-
|
129
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::PageBreakBefore do
|
4
|
-
include ValuePropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :pageBreakBefore, name: "page_break_before", value: true
|
7
|
-
|
8
|
-
with_value(true) do
|
9
|
-
it_should_work
|
10
|
-
it_should_output "<w:pageBreakBefore/>"
|
11
|
-
end
|
12
|
-
|
13
|
-
with_value(false) do
|
14
|
-
it_should_work
|
15
|
-
it_should_output "<w:pageBreakBefore w:val=\"false\"/>"
|
16
|
-
end
|
17
|
-
|
18
|
-
with_value(nil) do
|
19
|
-
it_should_not_work
|
20
|
-
end
|
21
|
-
|
22
|
-
end
|
@@ -1,64 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe OpenXml::Docx::Properties::PageMargins do
|
4
|
-
include PropertyTestMacros
|
5
|
-
|
6
|
-
it_should_use tag: :pgMar, name: "page_margins"
|
7
|
-
|
8
|
-
for_attribute(:bottom) do
|
9
|
-
values = [1440, -1440]
|
10
|
-
it_should_assign_and_output_xml values
|
11
|
-
it_should_not_allow_floats
|
12
|
-
it_should_not_allow_invalid_value
|
13
|
-
end
|
14
|
-
|
15
|
-
for_attribute(:footer) do
|
16
|
-
it_should_assign_and_output_xml 1440
|
17
|
-
it_should_not_allow_negative_numbers
|
18
|
-
it_should_not_allow_floats
|
19
|
-
it_should_not_allow_invalid_value
|
20
|
-
end
|
21
|
-
|
22
|
-
for_attribute(:gutter) do
|
23
|
-
it_should_assign_and_output_xml 1440
|
24
|
-
it_should_not_allow_negative_numbers
|
25
|
-
it_should_not_allow_floats
|
26
|
-
it_should_not_allow_invalid_value
|
27
|
-
end
|
28
|
-
|
29
|
-
for_attribute(:header) do
|
30
|
-
it_should_assign_and_output_xml 1440
|
31
|
-
it_should_not_allow_negative_numbers
|
32
|
-
it_should_not_allow_floats
|
33
|
-
it_should_not_allow_invalid_value
|
34
|
-
end
|
35
|
-
|
36
|
-
for_attribute(:left) do
|
37
|
-
it_should_assign_and_output_xml 1440
|
38
|
-
it_should_not_allow_negative_numbers
|
39
|
-
it_should_not_allow_floats
|
40
|
-
it_should_not_allow_invalid_value
|
41
|
-
end
|
42
|
-
|
43
|
-
for_attribute(:right) do
|
44
|
-
it_should_assign_and_output_xml 1440
|
45
|
-
it_should_not_allow_negative_numbers
|
46
|
-
it_should_not_allow_floats
|
47
|
-
it_should_not_allow_invalid_value
|
48
|
-
end
|
49
|
-
|
50
|
-
for_attribute(:top) do
|
51
|
-
values = [1440, -1440]
|
52
|
-
it_should_assign_and_output_xml values
|
53
|
-
it_should_not_allow_floats
|
54
|
-
it_should_not_allow_invalid_value
|
55
|
-
end
|
56
|
-
|
57
|
-
with_no_attributes_set do
|
58
|
-
it_should_output "", assign: false
|
59
|
-
end
|
60
|
-
|
61
|
-
with_these_attributes_set(header: 720, bottom: 1440, top: 1440, right: 1440, left: 1440, footer: 720, gutter: 0) do
|
62
|
-
it_should_output "<w:pgMar w:bottom=\"1440\" w:footer=\"720\" w:gutter=\"0\" w:header=\"720\" w:left=\"1440\" w:right=\"1440\" w:top=\"1440\"/>", assign: false
|
63
|
-
end
|
64
|
-
end
|