Microsoft PowerPoint Feature Representation (Format Attributes)
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
Attribute Name |
Contents |
---|---|
powerpoint_type |
The type of PowerPoint slide this feature will add into a presentation. |
fme_powerpoint_chart_data |
Contains the values, names, and override colors for each series to be included in the chart. |
fme_powerpoint_font_data |
Information about any override fonts that are applied to this feature. |
fme_powerpoint_placeholders_data |
The information containing Placeholder ID, Type, and Parameters sets this attribute on custom slide layouts. |
fme_powerpoint_table_data |
Contains table headings, values for each row, and the width of each column. |
powerpoint_caption_text |
The text of a caption. |
powerpoint_chart_categories |
List attribute specifying what each successive value in the series represents. |
powerpoint_chart_has_labels |
Whether or not to include labels in this chart. In PowerPoint, the Data Labels checkbox is in the Chart Elements menu. |
powerpoint_chart_has_legend |
Whether or not to include a legend with this chart. In PowerPoint, the Legend checkbox is in the Chart Elements menu. |
powerpoint_chart_legend_inside |
Whether or not to include this chart’s legend within the bounds of the chart. If set to yes, this may cause overlapping with data. |
powerpoint_chart_legend_side |
The side on which this chart’s legend should be placed. In PowerPoint, the Legend checkbox is in the Chart Elements menu. |
powerpoint_chart_type |
The type of chart to turn this feature into. More information about chart types. |
powerpoint_font_color |
The color of the text foreground. |
powerpoint_hyperlink |
A URL to hyperlink the content of this feature. |
powerpoint_image_filename |
The path to the desired image. |
powerpoint_image_fit |
How to fit the image into its placeholder (that is, the type of scaling to apply) |
powerpoint_image_source |
Whether the image is being read from a file or from a feature. |
powerpoint_layout_name |
The name of the layout to be used for this feature’s slide. Must be a name defined in the template presentation. |
powerpoint_map_border_color |
The color of the line outlining this map element. |
powerpoint_map_border_style |
The style of the line outlining this map element. |
powerpoint_map_border_width |
The width of the line outlining this map element. |
powerpoint_map_fill_back_color |
The color for the background for this map element. If unspecified, a default will be chosen from the presentation’s theme. |
powerpoint_map_fill_fore_color |
The color for the foreground for this map element. If unspecified, a default will be chosen from the presentation’s theme. |
powerpoint_map_fill_pattern |
The fill pattern for this map element. If unspecified, the entire map will be the foreground color. |
powerpoint_map_label |
The text of the label for this map element. |
powerpoint_measurement_units |
The measurement units to use for interpreting width attributes. Units can be inches, centimeters, points, or percentage of page width, depending on the PowerPoint settings. |
powerpoint_merge_features |
Whether or not one slide is being created from multiple features. |
powerpoint_merge_id |
The ID for a group of merged features. Every feature with the same merge_id will contribute to the same slide. |
powerpoint_paragraph_text |
The text of a paragraph. |
powerpoint_slide_order |
The order in which the features will be written as slides. Features with the same value will be written in the order they arrive. This value must be an integer; if it is not, the default value will be used. Default: 0 |
powerpoint_styler_id |
The ID of a PowerPointStyler transformer. Each transformer has a unique ID. |
powerpoint_sub_order |
Determines how slides are ordered when they have the same Slide Order Group By value. |
powerpoint_subtitle_text |
The text that will be placed in the subtitle placeholder. |
powerpoint_table_banding |
If set to yes, adjacent rows in the table will differ slightly in color. |
powerpoint_table_header |
The text to appear in the first row of the particular column. |
powerpoint_table_style |
The named style to use for this table. |
powerpoint_table_value |
The text values to appear in the particular column of a table. |
powerpoint_title_text |
The text that will be placed in the title placeholder. |