Home
last modified time | relevance | path

Searched refs:setProperty (Results 26 – 50 of 127) sorted by last modified time

123456

/plugin/odt/ODT/styles/
H A DODTStyle.php69 abstract public function setProperty($property, $value); function in ODTStyle
H A DODTTableCellStyle.php89 $this->setProperty('style-family', $this->getFamily());
116 public function setProperty($property, $value) { function in ODTTableCellStyle
H A DODTTableColumnStyle.php45 $this->setProperty('style-family', $this->getFamily());
72 public function setProperty($property, $value) { function in ODTTableColumnStyle
H A DODTTableRowStyle.php64 $this->setProperty('style-family', $this->getFamily());
91 public function setProperty($property, $value) { function in ODTTableRowStyle
H A DODTTableStyle.php74 $this->setProperty('style-family', $this->getFamily());
101 public function setProperty($property, $value) { function in ODTTableStyle
H A DODTTextListStyle.php118 public function setProperty($property, $value) { function in ODTTextListStyle
H A DODTTextOutlineStyle.php87 public function setProperty($property, $value) { function in ODTTextOutlineStyle
H A DODTTextStyle.php137 $this->setProperty('style-family', $this->getFamily());
164 public function setProperty($property, $value) { function in ODTTextStyle
H A DODTUnknownStyle.php78 public function setProperty($property, $value) { function in ODTUnknownStyle
/plugin/odt/renderer/
H A Dpage.php1067 $style->setProperty('style-name', $style_name);
1068 $style->setProperty('margin-top', NULL);
1069 $style->setProperty('margin-bottom', NULL);
1092 $style->setProperty('style-name', $style_name);
/plugin/odt/ODT/
H A DODTDocument.php1646 $first_page->setProperty('width', $this->page->getWidth().'cm');
1647 $first_page->setProperty('height', $this->page->getHeight().'cm');
1648 $first_page->setProperty('margin-top', $this->page->getMarginTop().'cm');
1649 $first_page->setProperty('margin-right', $this->page->getMarginRight().'cm');
1650 $first_page->setProperty('margin-bottom', $this->page->getMarginBottom().'cm');
1651 $first_page->setProperty('margin-left', $this->page->getMarginLeft().'cm');
1704 $first_page->setProperty('width', $this->page->getWidth().'cm');
1705 $first_page->setProperty('height', $this->page->getHeight().'cm');
1706 $first_page->setProperty('margin-top', $this->page->getMarginTop().'cm');
2259 $style->setProperty('font-size', $fontSizeInPt.'pt');
[all …]
H A DODTExport.php169 $dest->setProperty('width', $source->getProperty('width'));
170 $dest->setProperty('height', $source->getProperty('height'));
171 $dest->setProperty('margin-top', $source->getProperty('margin-top'));
172 $dest->setProperty('margin-right', $source->getProperty('margin-right'));
173 $dest->setProperty('margin-bottom', $source->getProperty('margin-bottom'));
174 $dest->setProperty('margin-left', $source->getProperty('margin-left'));
/plugin/achart/assets/
H A Dapexcharts.min.js6 …onfig.legend.markers.radius,C=f.style;C.background=s[l],C.color=s[l],C.setProperty("background",s[…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DProjection.php28 public function setProperty(PropertyReference $property) function in Google\\Service\\Datastore\\Projection
H A DPropertyFilter.php48 public function setProperty(PropertyReference $property) function in Google\\Service\\Datastore\\PropertyFilter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1Word.php65 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Word
H A DGoogleCloudVisionV1p3beta1Block.php97 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Block
H A DGoogleCloudVisionV1p3beta1Page.php85 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Page
H A DGoogleCloudVisionV1p3beta1Word.php65 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Word
H A DPage.php85 public function setProperty(TextProperty $property) function in Google\\Service\\Vision\\Page
H A DWord.php65 public function setProperty(TextProperty $property) function in Google\\Service\\Vision\\Word
H A DGoogleCloudVisionV1p2beta1Page.php85 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Page
H A DGoogleCloudVisionV1p2beta1Paragraph.php65 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Paragraph
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPropertyValue.php34 public function setProperty($property) function in Google\\Service\\YouTube\\PropertyValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DResultDisplayField.php64 public function setProperty(NamedProperty $property) function in Google\\Service\\CloudSearch\\ResultDisplayField

123456