Package com.adobe.xfa.ut
Class MsgFormatPos
java.lang.Object
com.adobe.xfa.ut.MsgFormatPos
-
Constructor Summary
ConstructorsConstructorDescriptionMsgFormatPos(int nResId) Resource Id ConstructorMsgFormatPos(int nResId, String sOut) Resource Id ConstructorMsgFormatPos(MsgFormatPos oSource) Copy ConstructorMsgFormatPos(String sSource) String ConstructorMsgFormatPos(String sSource, String sOut) String Constructor -
Method Summary
Modifier and TypeMethodDescriptionassign(MsgFormatPos oSource) Assignment operator.format(int nResId) Formatting operator.Formatting operator.getParm(int nIndex) Retrieve the nth parameter as a stringintRetrieve the size of the parameter listintresId()Retrieve the resource idtoString()Retrieve the string representation
-
Constructor Details
-
MsgFormatPos
Copy Constructor- Parameters:
oSource- MsgFormatPos to be copied
-
MsgFormatPos
public MsgFormatPos(int nResId) Resource Id Constructor- Parameters:
nResId- Resource Id representing a string to be position-sensitive formatted
-
MsgFormatPos
Resource Id Constructor- Parameters:
nResId- Resource Id representing a string to be position-sensitive formattedsOut- input value to be applied to the format
-
MsgFormatPos
String Constructor- Parameters:
sSource- string to be position-sensitive formatted
-
MsgFormatPos
String Constructor- Parameters:
sSource- string to be position-sensitive formattedsOut- input value to be applied to the format
-
-
Method Details
-
assign
Assignment operator.- Parameters:
oSource- jfFormat to be copied
-
format
Formatting operator.- Parameters:
nResId- Resource Id representing a string.
-
format
Formatting operator.- Parameters:
sOut- input value to be applied to the format
-
getParm
Retrieve the nth parameter as a string- Returns:
- the nth parameter as a string
-
getParmCount
public int getParmCount()Retrieve the size of the parameter list- Returns:
- the size of the parameter list
-
resId
public int resId()Retrieve the resource id- Returns:
- the resource id for this
-
toString
Retrieve the string representation
-