'Declaration Public Function New( _
ByVal fieldValueThe field value.As System.String, _
ByVal textPropertiesThe text properties.As OpenXmlTextProperties, _
ByVal instructionThe field instruction.As System.String _
)
public OpenXmlFieldInfo(
System.String fieldValue,
OpenXmlTextProperties textProperties,
System.String instruction
)
public: OpenXmlFieldInfo(
System.String fieldValue,
OpenXmlTextProperties* textProperties,
System.String instruction
)
public:
OpenXmlFieldInfo(
System.String fieldValue,
OpenXmlTextProperties^ textProperties,
System.String instruction
)
Parameters
- fieldValue
- The field value.
- textProperties
- The text properties.
- instruction
- The field instruction.