Package com.aspose.tasks
Class FieldHelper
- java.lang.Object
-
- com.aspose.tasks.FieldHelper
-
public class FieldHelper extends Object
Helper class which provides useful operations with fields.
-
-
Constructor Summary
Constructors Constructor Description FieldHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDefaultTaskFieldTitle(int taskKey)
Returns a default title of the specific task field.
-
-
-
Method Detail
-
getDefaultTaskFieldTitle
public static String getDefaultTaskFieldTitle(int taskKey)
Returns a default title of the specific task field.
- Parameters:
taskKey
- Task field to get a default title.- Returns:
- A default title of the specific task field if the field can be displayed in MS Project's view, null otherwise.
-
-