OASIS Open Document Format for Office Applications (OpenDocument) TC

Proposal: table cell formating properties

  • 1.  Proposal: table cell formating properties

    Posted 08-19-2004 16:16
     MHonArc v2.5.0b2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    office message

    [Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


    Subject: Proposal: table cell formating properties


    Hi all,
    
    I would like to propose to add the following table cell formatting 
    properties to the specification:
    
    Repeating content
    -----------------
    The style:repeat-content property specifies whether the content of a 
    cell is displayed as many times as there is space left in the cell's 
    writing direction. Only full instances of the text are displayed. The 
    property has no effect for cell content that contains a line break.
    
    <define name="style-table-cell-properties-attlist" combine="interleave">
    	<optional>
    		<attribute name="style:repeat-content">
    			<ref name="boolean"/>
    		</attribute>
    	</optional>
    </define>
    
    
    Shrink to fit
    -------------
    The style:shrink-to-fit property specifies whether the content of a 
    cell, if necessary, is shrinked to fit into the cell. Shrinking does 
    mean that the cell's font size is decreased, so that the complete text 
    fits into the cell.
    The property has no effect on cells where the cell content fits already 
    into the cell.
    
    <define name="style-table-cell-properties-attlist" combine="interleave">
    	<optional>
    		<attribute name="style:shrink-to-fit">
    			<ref name="boolean"/>
    		</attribute>
    	</optional>
    </define>
    
    Best regards
    
    Michael
    
    


    [Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]