Since Appoxee SDK V2.0 you have the ability to set custom fields
...
------------------------------------------------------------------------
//Universal Value Getter, List of Attributes as incoming parameter, List of Values as returning values
public static ArrayList<String> getFromAttributeList(ArrayList<String> listOfAttributes)
//Set Custom Field, Return TRUE on success
// aValue - Can be String containing text / number representation (Long,Int,Float,Double) / Date in the following pattern : yyyy-mmMM-ddThh:mm:ss
public static boolean setCustomField(String aName,Object aValue)
...