LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
UserDefinedAttributesSupplier Service Referencepublished

A component that supports this service preserves XML attributes, unknown by its parser, that belong to the XML element representing it (the component). More...

import"UserDefinedAttributesSupplier.idl";

Inheritance diagram for UserDefinedAttributesSupplier:
ChartArea ChartAxis ChartDataPointProperties ChartDataRowProperties ChartDocument ChartGrid ChartLegend ChartTitle Diagram Style BaseFrameProperties CellProperties TextSection TextTable TextTableCursor

Public Attributes

::com::sun::star::container::XNameContainer UserDefinedAttributes
 This container holds the AttributeData elements that represent uninterpreted XML attributes. More...
 

Detailed Description

A component that supports this service preserves XML attributes, unknown by its parser, that belong to the XML element representing it (the component).

Since
OOo 2.0.4

Member Data Documentation

◆ UserDefinedAttributes

::com::sun::star::container::XNameContainer UserDefinedAttributes
property

This container holds the AttributeData elements that represent uninterpreted XML attributes.

The idea behind this property is that a parser can stow away all attributes that it cannot handle by itself on reading an XML file. When the file is stored again, the unknown attributes can be written back without loss.

The com::sun::star::container::XNameContainer supports the service AttributeContainer.


The documentation for this service was generated from the following file: