openxml-pptx 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +6 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +92 -0
- data/Guardfile +16 -0
- data/LICENSE.txt +21 -0
- data/README.md +46 -0
- data/Rakefile +6 -0
- data/bin/build_fixtures +10 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/bin/zipflip +56 -0
- data/lib/openxml/pptx.rb +52 -0
- data/lib/openxml/pptx/elements.rb +12 -0
- data/lib/openxml/pptx/package.rb +33 -0
- data/lib/openxml/pptx/parts.rb +12 -0
- data/lib/openxml/pptx/parts/image.rb +32 -0
- data/lib/openxml/pptx/parts/presentation.rb +142 -0
- data/lib/openxml/pptx/parts/presentation_properties.rb +38 -0
- data/lib/openxml/pptx/parts/slide.rb +87 -0
- data/lib/openxml/pptx/parts/slide_layout.rb +88 -0
- data/lib/openxml/pptx/parts/slide_master.rb +132 -0
- data/lib/openxml/pptx/parts/theme.rb +61 -0
- data/lib/openxml/pptx/properties.rb +21 -0
- data/lib/openxml/pptx/properties/background.rb +19 -0
- data/lib/openxml/pptx/properties/background_properties.rb +30 -0
- data/lib/openxml/pptx/properties/background_reference.rb +23 -0
- data/lib/openxml/pptx/properties/blip_fill.rb +11 -0
- data/lib/openxml/pptx/properties/color_mapping.rb +11 -0
- data/lib/openxml/pptx/properties/color_mapping_override.rb +11 -0
- data/lib/openxml/pptx/properties/common_slide_data.rb +21 -0
- data/lib/openxml/pptx/properties/connection_shape.rb +16 -0
- data/lib/openxml/pptx/properties/content_part.rb +13 -0
- data/lib/openxml/pptx/properties/control.rb +36 -0
- data/lib/openxml/pptx/properties/control_list.rb +14 -0
- data/lib/openxml/pptx/properties/custom_show.rb +18 -0
- data/lib/openxml/pptx/properties/custom_show_list.rb +14 -0
- data/lib/openxml/pptx/properties/customer_data.rb +13 -0
- data/lib/openxml/pptx/properties/customer_data_container.rb +12 -0
- data/lib/openxml/pptx/properties/customer_data_list.rb +14 -0
- data/lib/openxml/pptx/properties/data_tags.rb +13 -0
- data/lib/openxml/pptx/properties/default_text_style.rb +24 -0
- data/lib/openxml/pptx/properties/embedded_font.rb +18 -0
- data/lib/openxml/pptx/properties/embedded_font_list.rb +14 -0
- data/lib/openxml/pptx/properties/extension.rb +14 -0
- data/lib/openxml/pptx/properties/extension_list.rb +14 -0
- data/lib/openxml/pptx/properties/font.rb +32 -0
- data/lib/openxml/pptx/properties/font_reference.rb +12 -0
- data/lib/openxml/pptx/properties/font_reference_bold.rb +13 -0
- data/lib/openxml/pptx/properties/font_reference_bold_italic.rb +13 -0
- data/lib/openxml/pptx/properties/font_reference_italic.rb +13 -0
- data/lib/openxml/pptx/properties/font_reference_regular.rb +13 -0
- data/lib/openxml/pptx/properties/graphic_frame.rb +20 -0
- data/lib/openxml/pptx/properties/group_shape_properties.rb +34 -0
- data/lib/openxml/pptx/properties/handout_master_id.rb +18 -0
- data/lib/openxml/pptx/properties/handout_master_id_list.rb +14 -0
- data/lib/openxml/pptx/properties/non_visual_connection_shape_drawing_properties.rb +18 -0
- data/lib/openxml/pptx/properties/non_visual_connection_shape_properties.rb +16 -0
- data/lib/openxml/pptx/properties/non_visual_drawing_properties.rb +30 -0
- data/lib/openxml/pptx/properties/non_visual_graphic_frame_drawing_properties.rb +15 -0
- data/lib/openxml/pptx/properties/non_visual_graphic_frame_properties.rb +16 -0
- data/lib/openxml/pptx/properties/non_visual_group_shape_drawing_properties.rb +15 -0
- data/lib/openxml/pptx/properties/non_visual_group_shape_properties.rb +16 -0
- data/lib/openxml/pptx/properties/non_visual_picture_properties.rb +16 -0
- data/lib/openxml/pptx/properties/non_visual_picutre_drawing_properties.rb +18 -0
- data/lib/openxml/pptx/properties/non_visual_properties.rb +29 -0
- data/lib/openxml/pptx/properties/non_visual_shape_drawing_properties.rb +18 -0
- data/lib/openxml/pptx/properties/non_visual_shape_properties.rb +16 -0
- data/lib/openxml/pptx/properties/notes_master_id.rb +18 -0
- data/lib/openxml/pptx/properties/notes_master_id_list.rb +14 -0
- data/lib/openxml/pptx/properties/notes_size.rb +14 -0
- data/lib/openxml/pptx/properties/photo_album.rb +19 -0
- data/lib/openxml/pptx/properties/picture.rb +30 -0
- data/lib/openxml/pptx/properties/placeholder.rb +20 -0
- data/lib/openxml/pptx/properties/shape.rb +34 -0
- data/lib/openxml/pptx/properties/shape_group.rb +18 -0
- data/lib/openxml/pptx/properties/shape_properties.rb +11 -0
- data/lib/openxml/pptx/properties/shape_style.rb +11 -0
- data/lib/openxml/pptx/properties/shape_tree.rb +13 -0
- data/lib/openxml/pptx/properties/shapes_container.rb +18 -0
- data/lib/openxml/pptx/properties/simple_boolean_property.rb +16 -0
- data/lib/openxml/pptx/properties/simple_property_container_property.rb +14 -0
- data/lib/openxml/pptx/properties/slide_id.rb +29 -0
- data/lib/openxml/pptx/properties/slide_id_list.rb +14 -0
- data/lib/openxml/pptx/properties/slide_layout_id.rb +26 -0
- data/lib/openxml/pptx/properties/slide_layout_id_list.rb +14 -0
- data/lib/openxml/pptx/properties/slide_list.rb +14 -0
- data/lib/openxml/pptx/properties/slide_master_id.rb +29 -0
- data/lib/openxml/pptx/properties/slide_master_id_list.rb +14 -0
- data/lib/openxml/pptx/properties/slide_reference.rb +15 -0
- data/lib/openxml/pptx/properties/slide_size.rb +16 -0
- data/lib/openxml/pptx/properties/smart_tags.rb +15 -0
- data/lib/openxml/pptx/properties/text_body.rb +11 -0
- data/lib/openxml/pptx/properties/text_style_body.rb +11 -0
- data/lib/openxml/pptx/properties/text_style_other.rb +11 -0
- data/lib/openxml/pptx/properties/text_style_title.rb +11 -0
- data/lib/openxml/pptx/properties/text_styles.rb +17 -0
- data/lib/openxml/pptx/properties/transform.rb +11 -0
- data/lib/openxml/pptx/properties/transparent_container_property.rb +14 -0
- data/lib/openxml/pptx/relatable_part.rb +100 -0
- data/lib/openxml/pptx/version.rb +5 -0
- data/openxml-pptx.gemspec +33 -0
- metadata +258 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
require "openxml/pptx/properties/slide_master_id"
|
2
|
+
|
3
|
+
module OpenXml
|
4
|
+
module Pptx
|
5
|
+
module Properties
|
6
|
+
class SlideMasterIdList < OpenXml::Properties::ContainerProperty
|
7
|
+
namespace :p
|
8
|
+
tag :sldMasterIdLst
|
9
|
+
child_class :slide_master_id
|
10
|
+
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
module OpenXml
|
2
|
+
module Pptx
|
3
|
+
module Properties
|
4
|
+
class SlideReference < OpenXml::Properties::ComplexProperty
|
5
|
+
namespace :p
|
6
|
+
tag :sld
|
7
|
+
|
8
|
+
with_namespace :r do
|
9
|
+
attribute :rid, displays_as: :id, expects: :string, required: true
|
10
|
+
end
|
11
|
+
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
module OpenXml
|
2
|
+
module Pptx
|
3
|
+
module Properties
|
4
|
+
class SlideSize < OpenXml::Properties::ComplexProperty
|
5
|
+
namespace :p
|
6
|
+
tag :sldSz
|
7
|
+
|
8
|
+
attribute :length, displays_as: :cx, expects: :integer, in_range: OpenXml::Pptx::ST_SlideSizeCoordinate, required: true
|
9
|
+
attribute :width, displays_as: :cy, expects: :integer, in_range: OpenXml::Pptx::ST_SlideSizeCoordinate, required: true
|
10
|
+
|
11
|
+
attribute :type, one_of: OpenXml::Pptx::ST_SlideSizeType
|
12
|
+
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
module OpenXml
|
2
|
+
module Pptx
|
3
|
+
module Properties
|
4
|
+
class SmartTags < OpenXml::Properties::ComplexProperty
|
5
|
+
namespace :p
|
6
|
+
tag :smartTags
|
7
|
+
|
8
|
+
with_namespace :r do
|
9
|
+
attribute :rid, displays_as: :id, expects: :string, required: true
|
10
|
+
end
|
11
|
+
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module OpenXml
|
2
|
+
module Pptx
|
3
|
+
module Properties
|
4
|
+
class TextStyles < SimplePropertyContainerProperty
|
5
|
+
namespace :p
|
6
|
+
tag :txStyles
|
7
|
+
|
8
|
+
property :title, as: :text_style_title
|
9
|
+
property :body, as: :text_style_body
|
10
|
+
property :other, as: :text_style_other
|
11
|
+
|
12
|
+
property :extension_list
|
13
|
+
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,100 @@
|
|
1
|
+
module OpenXml
|
2
|
+
module RelatablePart
|
3
|
+
|
4
|
+
def self.included(base)
|
5
|
+
base.extend ClassMethods
|
6
|
+
end
|
7
|
+
|
8
|
+
module ClassMethods
|
9
|
+
|
10
|
+
def relationship_type(*args)
|
11
|
+
@relationship_type = args.first if args.any?
|
12
|
+
@relationship_type
|
13
|
+
end
|
14
|
+
|
15
|
+
def default_path(*args)
|
16
|
+
@default_path = Pathname.new(args.first) if args.any?
|
17
|
+
@default_path
|
18
|
+
end
|
19
|
+
|
20
|
+
def content_type(*args)
|
21
|
+
@content_type = args.first if args.any?
|
22
|
+
@content_type
|
23
|
+
end
|
24
|
+
|
25
|
+
end
|
26
|
+
|
27
|
+
attr_accessor :parent
|
28
|
+
|
29
|
+
def initialize(parent: nil, **_options)
|
30
|
+
@parent = parent
|
31
|
+
super()
|
32
|
+
end
|
33
|
+
|
34
|
+
def relationships
|
35
|
+
@relationships ||= OpenXml::Parts::Rels.new
|
36
|
+
end
|
37
|
+
|
38
|
+
def relationships_by_path
|
39
|
+
@relationships_by_path ||= {}
|
40
|
+
end
|
41
|
+
|
42
|
+
def relationship_type
|
43
|
+
self.class.relationship_type
|
44
|
+
end
|
45
|
+
|
46
|
+
def file_name
|
47
|
+
self.class.default_path.basename
|
48
|
+
end
|
49
|
+
|
50
|
+
def content_type
|
51
|
+
self.class.content_type
|
52
|
+
end
|
53
|
+
|
54
|
+
def path
|
55
|
+
@path || Pathname.new("#{self.class.default_path.dirname}/#{file_name}")
|
56
|
+
end
|
57
|
+
|
58
|
+
def path=(value)
|
59
|
+
@path = Pathname.new(value)
|
60
|
+
end
|
61
|
+
|
62
|
+
def relationships_path
|
63
|
+
directory = self.class.default_path.dirname
|
64
|
+
"#{directory}/_rels/#{file_name}.rels"
|
65
|
+
end
|
66
|
+
|
67
|
+
def add_child_part(part, with_index: nil)
|
68
|
+
part.path = indexed_path(part.path, with_index) unless with_index.nil?
|
69
|
+
part.parent = self if part.respond_to?(:parent=)
|
70
|
+
add_relationship part.relationship_type, part.path
|
71
|
+
return unless instance_variable_defined?("@parent")
|
72
|
+
add_part part.path, part
|
73
|
+
if part.respond_to?(:relationships_path) && !part.relationships_path.nil?
|
74
|
+
rel_path = with_index.nil? ? part.relationships_path : indexed_path(part.relationships_path, with_index)
|
75
|
+
add_part rel_path, part.relationships
|
76
|
+
end
|
77
|
+
add_override part.path, part.content_type if part.respond_to?(:content_type)
|
78
|
+
end
|
79
|
+
|
80
|
+
def add_part(part_path, part)
|
81
|
+
parent.add_part part_path.to_s, part
|
82
|
+
end
|
83
|
+
|
84
|
+
def add_override(part_path, content_type)
|
85
|
+
parent.add_override part_path, content_type
|
86
|
+
end
|
87
|
+
|
88
|
+
def add_relationship(type, part_path)
|
89
|
+
relationship = relationships.add_relationship type, Pathname.new(part_path).relative_path_from(path.dirname)
|
90
|
+
relationships_by_path[part_path] = relationship
|
91
|
+
end
|
92
|
+
|
93
|
+
def indexed_path(part_path, index)
|
94
|
+
extension = part_path.to_s.match(/\w(\..+)$/)[1]
|
95
|
+
path_without_extension = part_path.to_s[0...-extension.length]
|
96
|
+
Pathname.new("#{path_without_extension}#{index}#{extension}")
|
97
|
+
end
|
98
|
+
|
99
|
+
end
|
100
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require "openxml/pptx/version"
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "openxml-pptx"
|
8
|
+
spec.version = OpenXml::Pptx::VERSION
|
9
|
+
spec.authors = ["Bob Lail"]
|
10
|
+
spec.email = ["bob.lailfamily@gmail.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{Create .pptx files with Ruby}
|
13
|
+
spec.description = %q{Implements the Office Open XML spec for creating PresentationML documents}
|
14
|
+
spec.homepage = "https://github.com/openxml/openxml-pptx"
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
18
|
+
spec.bindir = "exe"
|
19
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
20
|
+
spec.require_paths = ["lib"]
|
21
|
+
|
22
|
+
spec.required_ruby_version = "~> 2.0"
|
23
|
+
|
24
|
+
spec.add_dependency "openxml-package", ">= 0.3.2"
|
25
|
+
spec.add_dependency "openxml-drawingml", ">= 0.2.0"
|
26
|
+
|
27
|
+
spec.add_development_dependency "bundler", "~> 1.11"
|
28
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
29
|
+
spec.add_development_dependency "rspec"
|
30
|
+
spec.add_development_dependency "guard"
|
31
|
+
spec.add_development_dependency "guard-rspec"
|
32
|
+
spec.add_development_dependency "equivalent-xml"
|
33
|
+
end
|
metadata
ADDED
@@ -0,0 +1,258 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: openxml-pptx
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Bob Lail
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-10-05 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: openxml-package
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.3.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.3.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: openxml-drawingml
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 0.2.0
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 0.2.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: bundler
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '1.11'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '1.11'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rake
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '10.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '10.0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rspec
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: guard
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: guard-rspec
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: equivalent-xml
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0'
|
125
|
+
description: Implements the Office Open XML spec for creating PresentationML documents
|
126
|
+
email:
|
127
|
+
- bob.lailfamily@gmail.com
|
128
|
+
executables: []
|
129
|
+
extensions: []
|
130
|
+
extra_rdoc_files: []
|
131
|
+
files:
|
132
|
+
- ".gitignore"
|
133
|
+
- ".travis.yml"
|
134
|
+
- Gemfile
|
135
|
+
- Gemfile.lock
|
136
|
+
- Guardfile
|
137
|
+
- LICENSE.txt
|
138
|
+
- README.md
|
139
|
+
- Rakefile
|
140
|
+
- bin/build_fixtures
|
141
|
+
- bin/console
|
142
|
+
- bin/setup
|
143
|
+
- bin/zipflip
|
144
|
+
- lib/openxml/pptx.rb
|
145
|
+
- lib/openxml/pptx/elements.rb
|
146
|
+
- lib/openxml/pptx/package.rb
|
147
|
+
- lib/openxml/pptx/parts.rb
|
148
|
+
- lib/openxml/pptx/parts/image.rb
|
149
|
+
- lib/openxml/pptx/parts/presentation.rb
|
150
|
+
- lib/openxml/pptx/parts/presentation_properties.rb
|
151
|
+
- lib/openxml/pptx/parts/slide.rb
|
152
|
+
- lib/openxml/pptx/parts/slide_layout.rb
|
153
|
+
- lib/openxml/pptx/parts/slide_master.rb
|
154
|
+
- lib/openxml/pptx/parts/theme.rb
|
155
|
+
- lib/openxml/pptx/properties.rb
|
156
|
+
- lib/openxml/pptx/properties/background.rb
|
157
|
+
- lib/openxml/pptx/properties/background_properties.rb
|
158
|
+
- lib/openxml/pptx/properties/background_reference.rb
|
159
|
+
- lib/openxml/pptx/properties/blip_fill.rb
|
160
|
+
- lib/openxml/pptx/properties/color_mapping.rb
|
161
|
+
- lib/openxml/pptx/properties/color_mapping_override.rb
|
162
|
+
- lib/openxml/pptx/properties/common_slide_data.rb
|
163
|
+
- lib/openxml/pptx/properties/connection_shape.rb
|
164
|
+
- lib/openxml/pptx/properties/content_part.rb
|
165
|
+
- lib/openxml/pptx/properties/control.rb
|
166
|
+
- lib/openxml/pptx/properties/control_list.rb
|
167
|
+
- lib/openxml/pptx/properties/custom_show.rb
|
168
|
+
- lib/openxml/pptx/properties/custom_show_list.rb
|
169
|
+
- lib/openxml/pptx/properties/customer_data.rb
|
170
|
+
- lib/openxml/pptx/properties/customer_data_container.rb
|
171
|
+
- lib/openxml/pptx/properties/customer_data_list.rb
|
172
|
+
- lib/openxml/pptx/properties/data_tags.rb
|
173
|
+
- lib/openxml/pptx/properties/default_text_style.rb
|
174
|
+
- lib/openxml/pptx/properties/embedded_font.rb
|
175
|
+
- lib/openxml/pptx/properties/embedded_font_list.rb
|
176
|
+
- lib/openxml/pptx/properties/extension.rb
|
177
|
+
- lib/openxml/pptx/properties/extension_list.rb
|
178
|
+
- lib/openxml/pptx/properties/font.rb
|
179
|
+
- lib/openxml/pptx/properties/font_reference.rb
|
180
|
+
- lib/openxml/pptx/properties/font_reference_bold.rb
|
181
|
+
- lib/openxml/pptx/properties/font_reference_bold_italic.rb
|
182
|
+
- lib/openxml/pptx/properties/font_reference_italic.rb
|
183
|
+
- lib/openxml/pptx/properties/font_reference_regular.rb
|
184
|
+
- lib/openxml/pptx/properties/graphic_frame.rb
|
185
|
+
- lib/openxml/pptx/properties/group_shape_properties.rb
|
186
|
+
- lib/openxml/pptx/properties/handout_master_id.rb
|
187
|
+
- lib/openxml/pptx/properties/handout_master_id_list.rb
|
188
|
+
- lib/openxml/pptx/properties/non_visual_connection_shape_drawing_properties.rb
|
189
|
+
- lib/openxml/pptx/properties/non_visual_connection_shape_properties.rb
|
190
|
+
- lib/openxml/pptx/properties/non_visual_drawing_properties.rb
|
191
|
+
- lib/openxml/pptx/properties/non_visual_graphic_frame_drawing_properties.rb
|
192
|
+
- lib/openxml/pptx/properties/non_visual_graphic_frame_properties.rb
|
193
|
+
- lib/openxml/pptx/properties/non_visual_group_shape_drawing_properties.rb
|
194
|
+
- lib/openxml/pptx/properties/non_visual_group_shape_properties.rb
|
195
|
+
- lib/openxml/pptx/properties/non_visual_picture_properties.rb
|
196
|
+
- lib/openxml/pptx/properties/non_visual_picutre_drawing_properties.rb
|
197
|
+
- lib/openxml/pptx/properties/non_visual_properties.rb
|
198
|
+
- lib/openxml/pptx/properties/non_visual_shape_drawing_properties.rb
|
199
|
+
- lib/openxml/pptx/properties/non_visual_shape_properties.rb
|
200
|
+
- lib/openxml/pptx/properties/notes_master_id.rb
|
201
|
+
- lib/openxml/pptx/properties/notes_master_id_list.rb
|
202
|
+
- lib/openxml/pptx/properties/notes_size.rb
|
203
|
+
- lib/openxml/pptx/properties/photo_album.rb
|
204
|
+
- lib/openxml/pptx/properties/picture.rb
|
205
|
+
- lib/openxml/pptx/properties/placeholder.rb
|
206
|
+
- lib/openxml/pptx/properties/shape.rb
|
207
|
+
- lib/openxml/pptx/properties/shape_group.rb
|
208
|
+
- lib/openxml/pptx/properties/shape_properties.rb
|
209
|
+
- lib/openxml/pptx/properties/shape_style.rb
|
210
|
+
- lib/openxml/pptx/properties/shape_tree.rb
|
211
|
+
- lib/openxml/pptx/properties/shapes_container.rb
|
212
|
+
- lib/openxml/pptx/properties/simple_boolean_property.rb
|
213
|
+
- lib/openxml/pptx/properties/simple_property_container_property.rb
|
214
|
+
- lib/openxml/pptx/properties/slide_id.rb
|
215
|
+
- lib/openxml/pptx/properties/slide_id_list.rb
|
216
|
+
- lib/openxml/pptx/properties/slide_layout_id.rb
|
217
|
+
- lib/openxml/pptx/properties/slide_layout_id_list.rb
|
218
|
+
- lib/openxml/pptx/properties/slide_list.rb
|
219
|
+
- lib/openxml/pptx/properties/slide_master_id.rb
|
220
|
+
- lib/openxml/pptx/properties/slide_master_id_list.rb
|
221
|
+
- lib/openxml/pptx/properties/slide_reference.rb
|
222
|
+
- lib/openxml/pptx/properties/slide_size.rb
|
223
|
+
- lib/openxml/pptx/properties/smart_tags.rb
|
224
|
+
- lib/openxml/pptx/properties/text_body.rb
|
225
|
+
- lib/openxml/pptx/properties/text_style_body.rb
|
226
|
+
- lib/openxml/pptx/properties/text_style_other.rb
|
227
|
+
- lib/openxml/pptx/properties/text_style_title.rb
|
228
|
+
- lib/openxml/pptx/properties/text_styles.rb
|
229
|
+
- lib/openxml/pptx/properties/transform.rb
|
230
|
+
- lib/openxml/pptx/properties/transparent_container_property.rb
|
231
|
+
- lib/openxml/pptx/relatable_part.rb
|
232
|
+
- lib/openxml/pptx/version.rb
|
233
|
+
- openxml-pptx.gemspec
|
234
|
+
homepage: https://github.com/openxml/openxml-pptx
|
235
|
+
licenses:
|
236
|
+
- MIT
|
237
|
+
metadata: {}
|
238
|
+
post_install_message:
|
239
|
+
rdoc_options: []
|
240
|
+
require_paths:
|
241
|
+
- lib
|
242
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
243
|
+
requirements:
|
244
|
+
- - "~>"
|
245
|
+
- !ruby/object:Gem::Version
|
246
|
+
version: '2.0'
|
247
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
248
|
+
requirements:
|
249
|
+
- - ">="
|
250
|
+
- !ruby/object:Gem::Version
|
251
|
+
version: '0'
|
252
|
+
requirements: []
|
253
|
+
rubyforge_project:
|
254
|
+
rubygems_version: 2.6.11
|
255
|
+
signing_key:
|
256
|
+
specification_version: 4
|
257
|
+
summary: Create .pptx files with Ruby
|
258
|
+
test_files: []
|