public final class MsgFormatPos extends Object
| Constructor and Description |
|---|
MsgFormatPos(int nResId)
Resource Id Constructor
|
MsgFormatPos(int nResId,
String sOut)
Resource Id Constructor
|
MsgFormatPos(MsgFormatPos oSource)
Copy Constructor
|
MsgFormatPos(String sSource)
String Constructor
|
MsgFormatPos(String sSource,
String sOut)
String Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MsgFormatPos |
assign(MsgFormatPos oSource)
Assignment operator.
|
MsgFormatPos |
format(int nResId)
Formatting operator.
|
MsgFormatPos |
format(String sOut)
Formatting operator.
|
String |
getParm(int nIndex)
Retrieve the nth parameter as a string
|
int |
getParmCount()
Retrieve the size of the parameter list
|
int |
resId()
Retrieve the resource id
|
String |
toString()
Retrieve the string representation
|
public MsgFormatPos(MsgFormatPos oSource)
oSource - MsgFormatPos to be copiedpublic MsgFormatPos(int nResId)
nResId - Resource Id representing a string to be position-sensitive
formattedpublic MsgFormatPos(int nResId,
String sOut)
nResId - Resource Id representing a string to be position-sensitive
formattedsOut - input value to be applied to the formatpublic MsgFormatPos(String sSource)
sSource - string to be position-sensitive formattedpublic MsgFormatPos assign(MsgFormatPos oSource)
oSource - jfFormat to be copiedpublic MsgFormatPos format(int nResId)
nResId - Resource Id representing a string.public MsgFormatPos format(String sOut)
sOut - input value to be applied to the formatpublic String getParm(int nIndex)
public int getParmCount()
public int resId()
Copyright © 2010 - 2020 Adobe. All Rights Reserved