Home
last modified time | relevance | path

Searched refs:fontSizeType (Results 1 – 6 of 6) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentStyle.php26 protected $fontSizeType = GoogleCloudDocumentaiV1DocumentStyleFontSize::class; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentStyle
H A DGoogleCloudDocumentaiV1beta1DocumentStyle.php26 protected $fontSizeType = GoogleCloudDocumentaiV1beta1DocumentStyleFontSize::class; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentStyle
H A DGoogleCloudDocumentaiV1beta2DocumentStyle.php26 protected $fontSizeType = GoogleCloudDocumentaiV1beta2DocumentStyleFontSize::class; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentStyle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextStyle.php36 protected $fontSizeType = Dimension::class; variable in Google\\Service\\Slides\\TextStyle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTextStyle.php32 protected $fontSizeType = Dimension::class; variable in Google\\Service\\Docs\\TextStyle
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js429 ['em','px','%','pt'].each( function(fontSizeType) { argument
430 if (fontSize.indexOf(fontSizeType)>0) {
432 this.fontSizeType = fontSizeType;
450 this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType });