code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function getScope() { if (!$this->isPropertyAvailable("Scope")) { return null; } return $this->getProperty("Scope"); }
@return string
getScope
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function setScope($value) { $this->setProperty("Scope", $value, true); }
@var string
setScope
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function getType() { if (!$this->isPropertyAvailable("Type")) { return null; } return $this->getProperty("Type"); }
@return string
getType
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function setType($value) { $this->setProperty("Type", $value, true); }
@var string
setType
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function getVisible() { if (!$this->isPropertyAvailable("Visible")) { return null; } return $this->getProperty("Visible"); }
@return bool
getVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function setVisible($value) { $this->setProperty("Visible", $value, true); }
@var bool
setVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function getValue() { if (!$this->isPropertyAvailable("Value")) { return null; } return $this->getProperty("Value"); }
@return Json
getValue
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function setValue($value) { $this->setProperty("Value", $value, true); }
@var Json
setValue
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function getWorksheet() { if (!$this->isPropertyAvailable("Worksheet")) { $this->setProperty("Worksheet", new WorkbookWorksheet($this->getContext(), new ResourcePath("Worksheet", $this->getResourcePath()))); } return $this->getProperty("Worksheet"); }
@return WorkbookWorksheet
getWorksheet
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookNamedItem.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookNamedItem.php
MIT
public function getVisible() { if (!$this->isPropertyAvailable("Visible")) { return null; } return $this->getProperty("Visible"); }
@return bool
getVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartGridlines.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartGridlines.php
MIT
public function setVisible($value) { $this->setProperty("Visible", $value, true); }
@var bool
setVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartGridlines.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartGridlines.php
MIT
public function getFormat() { if (!$this->isPropertyAvailable("Format")) { $this->setProperty("Format", new WorkbookChartGridlinesFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); } return $this->getProperty("Format"); }
@return WorkbookChartGridlinesFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartGridlines.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartGridlines.php
MIT
public function getApplication() { return $this->getProperty("Application", new WorkbookApplication($this->getContext(), new ResourcePath("Application", $this->getResourcePath()))); }
@return WorkbookApplication
getApplication
php
vgrem/phpSPO
src/OneDrive/Workbooks/Workbook.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/Workbook.php
MIT
public function getFunctions() { return $this->getProperty("Functions", new WorkbookFunctions($this->getContext(), new ResourcePath("Functions", $this->getResourcePath()))); }
@return WorkbookFunctions
getFunctions
php
vgrem/phpSPO
src/OneDrive/Workbooks/Workbook.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/Workbook.php
MIT
public function getFill() { if (!$this->isPropertyAvailable("Fill")) { $this->setProperty("Fill", new WorkbookChartFill($this->getContext(), new ResourcePath("Fill", $this->getResourcePath()))); } return $this->getProperty("Fill"); }
@return WorkbookChartFill
getFill
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartSeriesFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartSeriesFormat.php
MIT
public function getLine() { if (!$this->isPropertyAvailable("Line")) { $this->setProperty("Line", new WorkbookChartLineFormat($this->getContext(), new ResourcePath("Line", $this->getResourcePath()))); } return $this->getProperty("Line"); }
@return WorkbookChartLineFormat
getLine
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartSeriesFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartSeriesFormat.php
MIT
public function getFill() { if (!$this->isPropertyAvailable("Fill")) { $this->setProperty("Fill", new WorkbookChartFill($this->getContext(), new ResourcePath("Fill", $this->getResourcePath()))); } return $this->getProperty("Fill"); }
@return WorkbookChartFill
getFill
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartDataLabelFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabelFormat.php
MIT
public function getFont() { if (!$this->isPropertyAvailable("Font")) { $this->setProperty("Font", new WorkbookChartFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); } return $this->getProperty("Font"); }
@return WorkbookChartFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartDataLabelFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabelFormat.php
MIT
public function getMajorUnit() { if (!$this->isPropertyAvailable("MajorUnit")) { return null; } return $this->getProperty("MajorUnit"); }
@return Json
getMajorUnit
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function setMajorUnit($value) { $this->setProperty("MajorUnit", $value, true); }
@var Json
setMajorUnit
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getMaximum() { if (!$this->isPropertyAvailable("Maximum")) { return null; } return $this->getProperty("Maximum"); }
@return Json
getMaximum
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function setMaximum($value) { $this->setProperty("Maximum", $value, true); }
@var Json
setMaximum
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getMinimum() { if (!$this->isPropertyAvailable("Minimum")) { return null; } return $this->getProperty("Minimum"); }
@return Json
getMinimum
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function setMinimum($value) { $this->setProperty("Minimum", $value, true); }
@var Json
setMinimum
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getMinorUnit() { if (!$this->isPropertyAvailable("MinorUnit")) { return null; } return $this->getProperty("MinorUnit"); }
@return Json
getMinorUnit
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function setMinorUnit($value) { $this->setProperty("MinorUnit", $value, true); }
@var Json
setMinorUnit
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getFormat() { return $this->getProperty("Format", new WorkbookChartAxisFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); }
@return WorkbookChartAxisFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getMajorGridlines() { return $this->getProperty("MajorGridlines", new WorkbookChartGridlines($this->getContext(), new ResourcePath("MajorGridlines", $this->getResourcePath()))); }
@return WorkbookChartGridlines
getMajorGridlines
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getMinorGridlines() { return $this->getProperty("MinorGridlines", new WorkbookChartGridlines($this->getContext(), new ResourcePath("MinorGridlines", $this->getResourcePath()))); }
@return WorkbookChartGridlines
getMinorGridlines
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getTitle() { return $this->getProperty("Title", new WorkbookChartAxisTitle($this->getContext(), new ResourcePath("Title", $this->getResourcePath()))); }
@return WorkbookChartAxisTitle
getTitle
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxis.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxis.php
MIT
public function getHighlightFirstColumn() { if (!$this->isPropertyAvailable("HighlightFirstColumn")) { return null; } return $this->getProperty("HighlightFirstColumn"); }
@return bool
getHighlightFirstColumn
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setHighlightFirstColumn($value) { $this->setProperty("HighlightFirstColumn", $value, true); }
@var bool
setHighlightFirstColumn
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getHighlightLastColumn() { if (!$this->isPropertyAvailable("HighlightLastColumn")) { return null; } return $this->getProperty("HighlightLastColumn"); }
@return bool
getHighlightLastColumn
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setHighlightLastColumn($value) { $this->setProperty("HighlightLastColumn", $value, true); }
@var bool
setHighlightLastColumn
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getLegacyId() { if (!$this->isPropertyAvailable("LegacyId")) { return null; } return $this->getProperty("LegacyId"); }
@return string
getLegacyId
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setLegacyId($value) { $this->setProperty("LegacyId", $value, true); }
@var string
setLegacyId
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getShowBandedColumns() { if (!$this->isPropertyAvailable("ShowBandedColumns")) { return null; } return $this->getProperty("ShowBandedColumns"); }
@return bool
getShowBandedColumns
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setShowBandedColumns($value) { $this->setProperty("ShowBandedColumns", $value, true); }
@var bool
setShowBandedColumns
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getShowBandedRows() { if (!$this->isPropertyAvailable("ShowBandedRows")) { return null; } return $this->getProperty("ShowBandedRows"); }
@return bool
getShowBandedRows
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setShowBandedRows($value) { $this->setProperty("ShowBandedRows", $value, true); }
@var bool
setShowBandedRows
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getShowFilterButton() { if (!$this->isPropertyAvailable("ShowFilterButton")) { return null; } return $this->getProperty("ShowFilterButton"); }
@return bool
getShowFilterButton
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setShowFilterButton($value) { $this->setProperty("ShowFilterButton", $value, true); }
@var bool
setShowFilterButton
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getShowHeaders() { if (!$this->isPropertyAvailable("ShowHeaders")) { return null; } return $this->getProperty("ShowHeaders"); }
@return bool
getShowHeaders
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setShowHeaders($value) { $this->setProperty("ShowHeaders", $value, true); }
@var bool
setShowHeaders
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getShowTotals() { if (!$this->isPropertyAvailable("ShowTotals")) { return null; } return $this->getProperty("ShowTotals"); }
@return bool
getShowTotals
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setShowTotals($value) { $this->setProperty("ShowTotals", $value, true); }
@var bool
setShowTotals
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getStyle() { if (!$this->isPropertyAvailable("Style")) { return null; } return $this->getProperty("Style"); }
@return string
getStyle
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function setStyle($value) { $this->setProperty("Style", $value, true); }
@var string
setStyle
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getWorksheet() { if (!$this->isPropertyAvailable("Worksheet")) { $this->setProperty("Worksheet", new WorkbookWorksheet($this->getContext(), new ResourcePath("Worksheet", $this->getResourcePath()))); } return $this->getProperty("Worksheet"); }
@return WorkbookWorksheet
getWorksheet
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getSort() { if (!$this->isPropertyAvailable("Sort")) { $this->setProperty("Sort", new WorkbookTableSort($this->getContext(), new ResourcePath("Sort", $this->getResourcePath()))); } return $this->getProperty("Sort"); }
@return WorkbookTableSort
getSort
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTable.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTable.php
MIT
public function getFill() { if (!$this->isPropertyAvailable("Fill")) { $this->setProperty("Fill", new WorkbookChartFill($this->getContext(), new ResourcePath("Fill", $this->getResourcePath()))); } return $this->getProperty("Fill"); }
@return WorkbookChartFill
getFill
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegendFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegendFormat.php
MIT
public function getFont() { if (!$this->isPropertyAvailable("Font")) { $this->setProperty("Font", new WorkbookChartFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); } return $this->getProperty("Font"); }
@return WorkbookChartFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegendFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegendFormat.php
MIT
public function getColumnWidth() { if (!$this->isPropertyAvailable("ColumnWidth")) { return null; } return $this->getProperty("ColumnWidth"); }
@return double
getColumnWidth
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function setColumnWidth($value) { $this->setProperty("ColumnWidth", $value, true); }
@var double
setColumnWidth
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getHorizontalAlignment() { if (!$this->isPropertyAvailable("HorizontalAlignment")) { return null; } return $this->getProperty("HorizontalAlignment"); }
@return string
getHorizontalAlignment
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function setHorizontalAlignment($value) { $this->setProperty("HorizontalAlignment", $value, true); }
@var string
setHorizontalAlignment
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getRowHeight() { if (!$this->isPropertyAvailable("RowHeight")) { return null; } return $this->getProperty("RowHeight"); }
@return double
getRowHeight
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function setRowHeight($value) { $this->setProperty("RowHeight", $value, true); }
@var double
setRowHeight
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getVerticalAlignment() { if (!$this->isPropertyAvailable("VerticalAlignment")) { return null; } return $this->getProperty("VerticalAlignment"); }
@return string
getVerticalAlignment
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function setVerticalAlignment($value) { $this->setProperty("VerticalAlignment", $value, true); }
@var string
setVerticalAlignment
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getWrapText() { if (!$this->isPropertyAvailable("WrapText")) { return null; } return $this->getProperty("WrapText"); }
@return bool
getWrapText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function setWrapText($value) { $this->setProperty("WrapText", $value, true); }
@var bool
setWrapText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getProtection() { if (!$this->isPropertyAvailable("Protection")) { $this->setProperty("Protection", new WorkbookFormatProtection($this->getContext(), new ResourcePath("Protection", $this->getResourcePath()))); } return $this->getProperty("Protection"); }
@return WorkbookFormatProtection
getProtection
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getFill() { if (!$this->isPropertyAvailable("Fill")) { $this->setProperty("Fill", new WorkbookRangeFill($this->getContext(), new ResourcePath("Fill", $this->getResourcePath()))); } return $this->getProperty("Fill"); }
@return WorkbookRangeFill
getFill
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getFont() { if (!$this->isPropertyAvailable("Font")) { $this->setProperty("Font", new WorkbookRangeFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); } return $this->getProperty("Font"); }
@return WorkbookRangeFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFormat.php
MIT
public function getLine() { if (!$this->isPropertyAvailable("Line")) { $this->setProperty("Line", new WorkbookChartLineFormat($this->getContext(), new ResourcePath("Line", $this->getResourcePath()))); } return $this->getProperty("Line"); }
@return WorkbookChartLineFormat
getLine
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartGridlinesFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartGridlinesFormat.php
MIT
public function getBold() { if (!$this->isPropertyAvailable("Bold")) { return null; } return $this->getProperty("Bold"); }
@return bool
getBold
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function setBold($value) { $this->setProperty("Bold", $value, true); }
@var bool
setBold
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function getColor() { if (!$this->isPropertyAvailable("Color")) { return null; } return $this->getProperty("Color"); }
@return string
getColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function setColor($value) { $this->setProperty("Color", $value, true); }
@var string
setColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function getItalic() { if (!$this->isPropertyAvailable("Italic")) { return null; } return $this->getProperty("Italic"); }
@return bool
getItalic
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function setItalic($value) { $this->setProperty("Italic", $value, true); }
@var bool
setItalic
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function getSize() { if (!$this->isPropertyAvailable("Size")) { return null; } return $this->getProperty("Size"); }
@return double
getSize
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function setSize($value) { $this->setProperty("Size", $value, true); }
@var double
setSize
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function getUnderline() { if (!$this->isPropertyAvailable("Underline")) { return null; } return $this->getProperty("Underline"); }
@return string
getUnderline
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function setUnderline($value) { $this->setProperty("Underline", $value, true); }
@var string
setUnderline
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFont.php
MIT
public function getContent() { if (!$this->isPropertyAvailable("Content")) { return null; } return $this->getProperty("Content"); }
The content of comment. @return string
getContent
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookComment.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookComment.php
MIT
public function setContent($value) { $this->setProperty("Content", $value, true); }
The content of comment. @var string
setContent
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookComment.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookComment.php
MIT
public function getContentType() { if (!$this->isPropertyAvailable("ContentType")) { return null; } return $this->getProperty("ContentType"); }
Indicates the type for the comment. @return string
getContentType
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookComment.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookComment.php
MIT
public function setContentType($value) { $this->setProperty("ContentType", $value, true); }
Indicates the type for the comment. @var string
setContentType
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookComment.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookComment.php
MIT
public function getCategoryAxis() { if (!$this->isPropertyAvailable("CategoryAxis")) { $this->setProperty("CategoryAxis", new WorkbookChartAxis($this->getContext(), new ResourcePath("CategoryAxis", $this->getResourcePath()))); } return $this->getProperty("CategoryAxis"); }
@return WorkbookChartAxis
getCategoryAxis
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxes.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxes.php
MIT
public function getSeriesAxis() { if (!$this->isPropertyAvailable("SeriesAxis")) { $this->setProperty("SeriesAxis", new WorkbookChartAxis($this->getContext(), new ResourcePath("SeriesAxis", $this->getResourcePath()))); } return $this->getProperty("SeriesAxis"); }
@return WorkbookChartAxis
getSeriesAxis
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxes.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxes.php
MIT
public function getValueAxis() { if (!$this->isPropertyAvailable("ValueAxis")) { $this->setProperty("ValueAxis", new WorkbookChartAxis($this->getContext(), new ResourcePath("ValueAxis", $this->getResourcePath()))); } return $this->getProperty("ValueAxis"); }
@return WorkbookChartAxis
getValueAxis
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxes.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxes.php
MIT
public function getFill() { if (!$this->isPropertyAvailable("Fill")) { $this->setProperty("Fill", new WorkbookChartFill($this->getContext(), new ResourcePath("Fill", $this->getResourcePath()))); } return $this->getProperty("Fill"); }
@return WorkbookChartFill
getFill
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitleFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitleFormat.php
MIT
public function getFont() { if (!$this->isPropertyAvailable("Font")) { $this->setProperty("Font", new WorkbookChartFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); } return $this->getProperty("Font"); }
@return WorkbookChartFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitleFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitleFormat.php
MIT
public function getText() { if (!$this->isPropertyAvailable("Text")) { return null; } return $this->getProperty("Text"); }
@return string
getText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
MIT
public function setText($value) { $this->setProperty("Text", $value, true); }
@var string
setText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
MIT
public function getVisible() { if (!$this->isPropertyAvailable("Visible")) { return null; } return $this->getProperty("Visible"); }
@return bool
getVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
MIT
public function setVisible($value) { $this->setProperty("Visible", $value, true); }
@var bool
setVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
MIT
public function getFormat() { if (!$this->isPropertyAvailable("Format")) { $this->setProperty("Format", new WorkbookChartAxisTitleFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); } return $this->getProperty("Format"); }
@return WorkbookChartAxisTitleFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT
public function getPosition() { if (!$this->isPropertyAvailable("Position")) { return null; } return $this->getProperty("Position"); }
@return integer
getPosition
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT
public function setPosition($value) { $this->setProperty("Position", $value, true); }
@var integer
setPosition
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT
public function getVisibility() { if (!$this->isPropertyAvailable("Visibility")) { return null; } return $this->getProperty("Visibility"); }
@return string
getVisibility
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT
public function setVisibility($value) { $this->setProperty("Visibility", $value, true); }
@var string
setVisibility
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT