Lines Matching refs:properties

3863 	CORE_PROPS: 'http://schemas.openxmlformats.org/package/2006/metadata/core-properties',
3864 CUST_PROPS: "http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",
3865 EXT_PROPS: "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",
3874 'sjs': 'http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties',
5126 "application/vnd.openxmlformats-package.core-properties+xml": "coreprops",
5127 "application/vnd.openxmlformats-officedocument.custom-properties+xml": "custprops",
5128 "application/vnd.openxmlformats-officedocument.extended-properties+xml": "extprops",
5429 …CORE_PROPS: "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties
5430 …T_PROPS: 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties',
5431 …CUST_PROPS: 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties
5568 /* TODO: pull properties */
8181 case 'R': /* row properties */
19844 WorkbookP.Props = WorkbookP.Custprops = props; /* TODO: split up properties */
22043 case 'text-properties': // <style:text-properties> 16.29.29
22362 case 'paragraph-properties': break; // 17.6 <style:paragraph-properties>
22363 case 'table-properties': break; // 17.15 <style:table-properties>
22364 case 'table-column-properties': break; // 17.16 <style:table-column-properties>
22365 case 'table-row-properties': break; // 17.17 <style:table-row-properties>
22366 case 'table-cell-properties': break; // 17.18 <style:table-cell-properties>
22408 case 'text-properties': break; // 16.27.27 <style:text-properties>
22431 case 'graphic-properties': break; // 17.21 <style:graphic-properties>
22485 case 'list-level-properties': break; // 17.19 <style:
22569 case 'properties': break; // 13.7 <form:properties>
22589 case 'dc:': // TODO: properties
22940 …o.push(' <style:table-column-properties fo:break-before="auto" style:column-width="' + w + '"/>\…
22956 … o.push(' <style:table-row-properties fo:break-before="auto" style:row-height="' + h + '"/>\n');
22965 o.push(' <style:table-properties table:display="true" style:writing-mode="lr-tb"/>\n');
25047 ['bookProps', false], /* only try to get properties (no Sheets) */