google_docs_api_types/v1/
documents.rs

1mod alignment;
2mod auto_text;
3mod background;
4mod background_suggestion_state;
5mod baseline_offset;
6mod body;
7mod bullet;
8mod bullet_alignment;
9mod bullet_suggestion_state;
10mod color;
11mod column_break;
12mod column_separator_style;
13mod content_alignment;
14mod content_direction;
15mod crop_properties;
16mod crop_properties_suggestion_state;
17mod dash_style;
18mod dimension;
19mod document;
20mod document_style;
21mod document_style_suggestion_state;
22mod embedded_drawing_properties;
23mod embedded_drawing_properties_suggestion_state;
24mod embedded_object;
25mod embedded_object_border;
26mod embedded_object_border_suggestion_state;
27mod embedded_object_properties;
28mod embedded_object_suggestion_state;
29mod equation;
30mod footer;
31mod footnote;
32mod footnote_reference;
33mod glyph_type;
34mod header;
35mod horizontal_rule;
36mod image_properties;
37mod image_properties_suggestion_state;
38mod inline_object;
39mod inline_object_element;
40mod inline_object_properties;
41mod inline_object_properties_suggestion_state;
42mod link;
43mod link_destrination;
44mod linked_content_reference;
45mod linked_content_reference_reference;
46mod linked_content_reference_suggestion_state;
47mod list;
48mod list_properties;
49mod list_properties_suggestion_state;
50mod named_range;
51mod named_ranges;
52mod named_style;
53mod named_style_suggestion_state;
54mod named_style_type;
55mod named_styles;
56mod named_styles_suggestion_state;
57mod nesting_level;
58mod nesting_level_glyph_kind;
59mod nesting_level_suggestion_state;
60mod object_references;
61mod optional_color;
62mod page_break;
63mod paragraph;
64mod paragraph_border;
65mod paragraph_element;
66mod paragraph_element_content;
67mod paragraph_style;
68mod paragraph_style_suggestion_state;
69mod person;
70mod person_properties;
71mod positioned_object;
72mod positioned_object_layout;
73mod positioned_object_positioning;
74mod positioned_object_positioning_suggestion_state;
75mod positioned_object_properties;
76mod positioned_object_properties_suggestion_state;
77mod property_state;
78mod range;
79pub mod request;
80mod rgb_color;
81mod rich_link;
82mod rich_link_properties;
83mod section_break;
84mod section_column_properties;
85mod section_style;
86mod section_type;
87mod shading;
88mod shading_suggestion_state;
89mod sheets_chart_reference;
90mod sheets_chart_reference_suggestion_state;
91mod size;
92mod size_suggestion_state;
93mod spacing_mode;
94mod structural_element;
95mod structural_element_content;
96mod suggested_bullet;
97mod suggested_document_style;
98mod suggested_inline_object_properties;
99mod suggested_list_properties;
100mod suggested_named_styles;
101mod suggested_paragraph_style;
102mod suggested_positioned_object_properties;
103mod suggested_table_cell_style;
104mod suggested_table_row_style;
105mod suggested_text_style;
106mod suggestions_view_mode;
107mod tab_stop;
108mod tab_stop_alignment;
109mod table;
110mod table_cell;
111mod table_cell_border;
112mod table_cell_style;
113mod table_cell_style_suggestion_state;
114mod table_column_properties;
115mod table_of_contents;
116mod table_row;
117mod table_row_style;
118mod table_row_style_suggestion_state;
119mod table_style;
120mod text_run;
121mod text_style;
122mod text_style_suggestion_state;
123mod r#type;
124mod unit;
125mod weighted_font_family;
126mod width_type;
127
128pub use self::alignment::Alignment;
129pub use self::auto_text::AutoText;
130pub use self::background::Background;
131pub use self::background_suggestion_state::BackgroundSuggestionState;
132pub use self::baseline_offset::BaselineOffset;
133pub use self::body::Body;
134pub use self::bullet::Bullet;
135pub use self::bullet_alignment::BulletAlignment;
136pub use self::bullet_suggestion_state::BulletSuggestionState;
137pub use self::color::Color;
138pub use self::column_break::ColumnBreak;
139pub use self::column_separator_style::ColumnSeparatorStyle;
140pub use self::content_alignment::ContentAlignment;
141pub use self::content_direction::ContentDirection;
142pub use self::crop_properties::CropProperties;
143pub use self::crop_properties_suggestion_state::CropPropertiesSuggestionState;
144pub use self::dash_style::DashStyle;
145pub use self::dimension::Dimension;
146pub use self::document::Document;
147pub use self::document_style::DocumentStyle;
148pub use self::document_style_suggestion_state::DocumentStyleSuggestionState;
149pub use self::embedded_drawing_properties::EmbeddedDrawingProperties;
150pub use self::embedded_drawing_properties_suggestion_state::EmbeddedDrawingPropertiesSuggestionState;
151pub use self::embedded_object::EmbeddedObject;
152pub use self::embedded_object_border::EmbeddedObjectBorder;
153pub use self::embedded_object_border_suggestion_state::EmbeddedObjectBorderSuggestionState;
154pub use self::embedded_object_properties::EmbeddedObjectProperties;
155pub use self::embedded_object_suggestion_state::EmbeddedObjectSuggestionState;
156pub use self::equation::Equation;
157pub use self::footer::Footer;
158pub use self::footnote::Footnote;
159pub use self::footnote_reference::FootnoteReference;
160pub use self::glyph_type::GlyphType;
161pub use self::header::Header;
162pub use self::horizontal_rule::HorizontalRule;
163pub use self::image_properties::ImageProperties;
164pub use self::image_properties_suggestion_state::ImagePropertiesSuggestionState;
165pub use self::inline_object::InlineObject;
166pub use self::inline_object_element::InlineObjectElement;
167pub use self::inline_object_properties::InlineObjectProperties;
168pub use self::inline_object_properties_suggestion_state::InlineObjectPropertiesSuggestionState;
169pub use self::link::Link;
170pub use self::link_destrination::LinkDestination;
171pub use self::linked_content_reference::LinkedContentReference;
172pub use self::linked_content_reference_reference::LinkedContentReferenceReference;
173pub use self::linked_content_reference_suggestion_state::LinkedContentReferenceSuggestionState;
174pub use self::list::List;
175pub use self::list_properties::ListProperties;
176pub use self::list_properties_suggestion_state::ListPropertiesSuggestionState;
177pub use self::named_range::NamedRange;
178pub use self::named_ranges::NamedRanges;
179pub use self::named_style::NamedStyle;
180pub use self::named_style_suggestion_state::NamedStyleSuggestionState;
181pub use self::named_style_type::NamedStyleType;
182pub use self::named_styles::NamedStyles;
183pub use self::named_styles_suggestion_state::NamedStylesSuggestionState;
184pub use self::nesting_level::NestingLevel;
185pub use self::nesting_level_glyph_kind::NestingLevelGlyphKind;
186pub use self::nesting_level_suggestion_state::NestingLevelSuggestionState;
187pub use self::object_references::ObjectReferences;
188pub use self::optional_color::OptionalColor;
189pub use self::page_break::PageBreak;
190pub use self::paragraph::Paragraph;
191pub use self::paragraph_border::ParagraphBorder;
192pub use self::paragraph_element::ParagraphElement;
193pub use self::paragraph_element_content::ParagraphElementContent;
194pub use self::paragraph_style::ParagraphStyle;
195pub use self::paragraph_style_suggestion_state::ParagraphStyleSuggestionState;
196pub use self::person::Person;
197pub use self::person_properties::PersonProperties;
198pub use self::positioned_object::PositionedObject;
199pub use self::positioned_object_layout::PositionedObjectLayout;
200pub use self::positioned_object_positioning::PositionedObjectPositioning;
201pub use self::positioned_object_positioning_suggestion_state::PositionedObjectPositioningSuggestionState;
202pub use self::positioned_object_properties::PositionedObjectProperties;
203pub use self::positioned_object_properties_suggestion_state::PositionedObjectPropertiesSuggestionState;
204pub use self::property_state::PropertyState;
205pub use self::r#type::Type;
206pub use self::range::Range;
207pub use self::rgb_color::RgbColor;
208pub use self::rich_link::RichLink;
209pub use self::rich_link_properties::RichLinkProperties;
210pub use self::section_break::SectionBreak;
211pub use self::section_column_properties::SectionColumnProperties;
212pub use self::section_style::SectionStyle;
213pub use self::section_type::SectionType;
214pub use self::shading::Shading;
215pub use self::shading_suggestion_state::ShadingSuggestionState;
216pub use self::sheets_chart_reference::SheetsChartReference;
217pub use self::sheets_chart_reference_suggestion_state::SheetsChartReferenceSuggestionState;
218pub use self::size::Size;
219pub use self::size_suggestion_state::SizeSuggestionState;
220pub use self::spacing_mode::SpacingMode;
221pub use self::structural_element::StructuralElement;
222pub use self::structural_element_content::StructuralElementContent;
223pub use self::suggested_bullet::SuggestedBullet;
224pub use self::suggested_document_style::SuggestedDocumentStyle;
225pub use self::suggested_inline_object_properties::SuggestedInlineObjectProperties;
226pub use self::suggested_list_properties::SuggestedListProperties;
227pub use self::suggested_named_styles::SuggestedNamedStyles;
228pub use self::suggested_paragraph_style::SuggestedParagraphStyle;
229pub use self::suggested_positioned_object_properties::SuggestedPositionedObjectProperties;
230pub use self::suggested_table_cell_style::SuggestedTableCellStyle;
231pub use self::suggested_table_row_style::SuggestedTableRowStyle;
232pub use self::suggested_text_style::SuggestedTextStyle;
233pub use self::suggestions_view_mode::SuggestionsViewMode;
234pub use self::tab_stop::TabStop;
235pub use self::tab_stop_alignment::TabStopAlignment;
236pub use self::table::Table;
237pub use self::table_cell::TableCell;
238pub use self::table_cell_border::TableCellBorder;
239pub use self::table_cell_style::TableCellStyle;
240pub use self::table_cell_style_suggestion_state::TableCellStyleSuggestionState;
241pub use self::table_column_properties::TableColumnProperties;
242pub use self::table_of_contents::TableOfContents;
243pub use self::table_row::TableRow;
244pub use self::table_row_style::TableRowStyle;
245pub use self::table_row_style_suggestion_state::TableRowStyleSuggestionState;
246pub use self::table_style::TableStyle;
247pub use self::text_run::TextRun;
248pub use self::text_style::TextStyle;
249pub use self::text_style_suggestion_state::TextStyleSuggestionState;
250pub use self::unit::Unit;
251pub use self::weighted_font_family::WeightedFontFamily;
252pub use self::width_type::WidthType;