Uses of Class
com.aspose.tasks.cloud.model.TableTextStyle
Packages that use TableTextStyle
Package
Description
-
Uses of TableTextStyle in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TableTextStyleModifier and TypeMethodDescriptionTableTextStyle.backgroundColor(Colors backgroundColor) TableTextStyle.backgroundPattern(BackgroundPattern backgroundPattern) TableTextStyle.itemType(TextItemType itemType) -
Uses of TableTextStyle in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return TableTextStyleModifier and TypeMethodDescriptionCreateTableTextStyleRequest.gettableTextStyle()UpdateTableTextStyleRequest.gettableTextStyle()Methods in com.aspose.tasks.cloud.model.requests with parameters of type TableTextStyleModifier and TypeMethodDescriptionvoidCreateTableTextStyleRequest.settableTextStyle(TableTextStyle value) voidUpdateTableTextStyleRequest.settableTextStyle(TableTextStyle value) Constructors in com.aspose.tasks.cloud.model.requests with parameters of type TableTextStyleModifierConstructorDescriptionCreateTableTextStyleRequest(String name, Integer viewUid, TableTextStyle tableTextStyle, String fileName, String storage, String folder) UpdateTableTextStyleRequest(String name, Integer viewUid, TableTextStyle tableTextStyle, String fileName, String storage, String folder) -
Uses of TableTextStyle in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return TableTextStyleModifier and TypeMethodDescriptionTableTextStyleResponse.getTableTextStyle()Table text style of specified viewMethods in com.aspose.tasks.cloud.model.responses that return types with arguments of type TableTextStyleModifier and TypeMethodDescriptionTableTextStylesResponse.getItems()Array of table text styles of specified viewMethods in com.aspose.tasks.cloud.model.responses with parameters of type TableTextStyleModifier and TypeMethodDescriptionTableTextStylesResponse.addItemsItem(TableTextStyle itemsItem) voidTableTextStyleResponse.setTableTextStyle(TableTextStyle tableTextStyle) TableTextStyleResponse.tableTextStyle(TableTextStyle tableTextStyle) Method parameters in com.aspose.tasks.cloud.model.responses with type arguments of type TableTextStyleModifier and TypeMethodDescriptionTableTextStylesResponse.items(List<TableTextStyle> items) voidTableTextStylesResponse.setItems(List<TableTextStyle> items)