Class FieldMasterNameProvider
- java.lang.Object
-
- org.openoffice.da.comp.w2lcommon.helper.FieldMasterNameProvider
-
public class FieldMasterNameProvider extends java.lang.ObjectThis class provides access to the names of all field masters in the current document
-
-
Constructor Summary
Constructors Constructor Description FieldMasterNameProvider(com.sun.star.uno.XComponentContext xContext)Construct a newFieldMasterNameProvider
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getFieldMasterNames(java.lang.String sPrefix)Get the names of all field masters relative to a given prefix
-
-
-
Method Detail
-
getFieldMasterNames
public java.util.Set<java.lang.String> getFieldMasterNames(java.lang.String sPrefix)
Get the names of all field masters relative to a given prefix- Parameters:
sPrefix- the prefix to look for, e.g. "com.sun.star.text.fieldmaster.SetExpression."- Returns:
- a read only
Setcontaining all known names with the given prefix, stripped for the prefix
-
-