table/converters/tableproperites
@ckeditor/ckeditor5-table/src/converters/tableproperites
module
Filtering
Functions
-
downcastAttributeToStyle( conversion, modelElement, modelAttribute, styleName )
Conversion helper for downcasting an attribute to a style.
Parameters
conversion : Conversion
modelElement : String
modelAttribute : String
styleName : String
-
downcastTableAttribute( conversion, modelAttribute, styleName )
Conversion helper for downcasting attributes from the model table to a view table (not to
<figure>
).Parameters
conversion : Conversion
modelAttribute : String
styleName : String
-
upcastBorderStyles( conversion, viewElementName )
Conversion helper for upcasting border styles for view elements.
Parameters
conversion : Conversion
viewElementName : String
-
upcastStyleToAttribute( conversion, modelElement, modelAttribute, styleName )
Conversion helper for upcasting attributes using normalized styles.
Parameters
conversion : Conversion
modelElement : String
modelAttribute : String
styleName : String