public class WorkbookRangeFormat extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookRangeFormat.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
columnWidth |
protected String |
horizontalAlignment |
protected Double |
rowHeight |
protected String |
verticalAlignment |
protected Boolean |
wrapText |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookRangeFormat() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
autofitColumns() |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
autofitRows() |
static WorkbookRangeFormat.Builder |
builderWorkbookRangeFormat()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WorkbookRangeBorderCollectionRequest |
getBorders() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Double> |
getColumnWidth() |
WorkbookRangeFillRequest |
getFill() |
WorkbookRangeFontRequest |
getFont() |
Optional<String> |
getHorizontalAlignment() |
WorkbookFormatProtectionRequest |
getProtection() |
Optional<Double> |
getRowHeight() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVerticalAlignment() |
Optional<Boolean> |
getWrapText() |
String |
odataTypeName() |
WorkbookRangeFormat |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookRangeFormat |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WorkbookRangeFormat |
withColumnWidth(Double columnWidth) |
WorkbookRangeFormat |
withHorizontalAlignment(String horizontalAlignment) |
WorkbookRangeFormat |
withRowHeight(Double rowHeight) |
WorkbookRangeFormat |
withVerticalAlignment(String verticalAlignment) |
WorkbookRangeFormat |
withWrapText(Boolean wrapText) |
protected Double columnWidth
protected String horizontalAlignment
protected Double rowHeight
protected String verticalAlignment
protected Boolean wrapText
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookRangeFormat.Builder builderWorkbookRangeFormat()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic WorkbookRangeFormat withColumnWidth(Double columnWidth)
public WorkbookRangeFormat withHorizontalAlignment(String horizontalAlignment)
public WorkbookRangeFormat withRowHeight(Double rowHeight)
public WorkbookRangeFormat withVerticalAlignment(String verticalAlignment)
public WorkbookRangeFormat withWrapText(Boolean wrapText)
public WorkbookRangeBorderCollectionRequest getBorders()
public WorkbookRangeFillRequest getFill()
public WorkbookRangeFontRequest getFont()
public WorkbookFormatProtectionRequest getProtection()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookRangeFormat patch()
this with changed fields reset.public WorkbookRangeFormat put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn autofitColumns()
public com.github.davidmoten.odata.client.ActionRequestNoReturn autofitRows()
Copyright © 2018–2020. All rights reserved.