:: com :: sun :: star :: sheet ::

unpublished interface XFilterFormulaParser
Base Interfaces
XFilterFormulaParserXFormulaParser

XFormulaParser
(referenced interface's summary:)
converts between text and token representations of formulas.
Usage Restrictions
not published
Description
Extends the interface XFormulaParser by an attribute that specifies the namespace URL of the supported formula language.

Attributes' Summary
SupportedNamespace Specifies the namespace URL of the formula language supported by this implementation.  
Attributes' Details
SupportedNamespace
[ readonly ] string SupportedNamespace;
Description
Specifies the namespace URL of the formula language supported by this implementation.
Top of Page