Lines Matching refs:disabled_props

101      * @param null $disabled_props
104 public static function createTextStyle(array $properties, array $disabled_props = NULL){ argument
105 return ODTTextStyle::createTextStyle($properties, $disabled_props);
122 * @param null $disabled_props
125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){ argument
126 return ODTParagraphStyle::createParagraphStyle($properties, $disabled_props);
142 * @param null $disabled_props
146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… argument
147 return ODTTableStyle::createTableTableStyle($properties, $disabled_props, $max_width_cm);
163 * @param null $disabled_props
166 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){ argument
167 return ODTTableRowStyle::createTableRowStyle($properties, $disabled_props);
183 * @param null $disabled_props
186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ argument
187 return ODTTableCellStyle::createTableCellStyle($properties, $disabled_props);
205 * @param null $disabled_props
209 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){ argument
210 return ODTTableColumnStyle::createTableColumnStyle($properties, $disabled_props);
228 * @param null $disabled_props
231 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL… argument
232 return ODTUnknownStyle::createMultiColumnFrameStyle($properties, $disabled_props);
248 * @param null $disabled_props
251 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) { argument
252 return ODTUnknownStyle::createPageLayoutStyle($properties, $disabled_props);