Lines Matching refs:Shape

3092 …                                     var masterShape = new com.mxgraph.io.vsdx.Shape(shape, model);
8857 var Shape = (function (_super) { function
8858 __extends(Shape, _super);
8859 function Shape(shape, model) { function
8921 Shape.UNICODE_LINE_SEP_$LI$ = function ()
8923 if (Shape.UNICODE_LINE_SEP == null)
8925Shape.ERROR_IMAGE = "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8I…
8926Shape.UNICODE_LINE_SEP = String.fromCharCode(8232);//[String.fromCharCode(226), String.fromCharCod…
8928 return Shape.UNICODE_LINE_SEP;
8931 Shape.prototype.setThemeAndVariant = function (theme, themeVariant) {
8935 Shape.prototype.getTheme = function () {
8941 Shape.prototype.getQuickStyleVals = function () {
8944 Shape.prototype.processGeomList = function (parentGeoList) {
8963 Shape.prototype.parseShapeElem = function (elem, model) {
9115 /* put */ (this.imageData["iData"] = Shape.ERROR_IMAGE);
9141 Shape.prototype.parseSection = function (elem) {
9208 …var date = isNaN(value)? new Date(value) : new Date(Shape.VSDX_START_TIME + Math.floor((parseFloat…
9262 Shape.prototype.parseGeom = function () {
9272 Shape.prototype.getText = function () {
9279 Shape.prototype.getTextChildren = function () {
9286 Shape.prototype.getWidth = function () {
9293 Shape.prototype.getHeight = function () {
9300 Shape.prototype.getRotation = function () {
9307 Shape.prototype.getStyleMap = function () {
9315 Shape.prototype.hasGeom = function () {
9322 Shape.prototype.hasGeomList = function () {
9331 Shape.prototype.getPPList = function (pp)
9354 Shape.prototype.getTextParagraphFormated = function (para) {
9374 Shape.prototype.getTextCharFormated = function (text) {
9432 Shape.prototype.getTextDirection = function (index) {
9459 Shape.prototype.getSpcLine = function (index) {
9485 Shape.prototype.getSpcBefore = function (index) {
9495 Shape.prototype.insertAttributes = function (text, attr) {
9512 Shape.prototype.getRtlText = function (index) {
9542 Shape.prototype.isBold = function (index) {
9574 Shape.prototype.isItalic = function (index) {
9606 Shape.prototype.isUnderline = function (index) {
9638 Shape.prototype.isSmallCaps = function (index) {
9661 Shape.prototype.getTextOpacity = function (index) {
9678 Shape.prototype.getTextSize = function (index) {
9688 Shape.prototype.getAlignVertical = function () {
9699 Shape.prototype.getGeomList = function () {
9702 Shape.prototype.getLastX = function () {
9705 Shape.prototype.getLastY = function () {
9708 Shape.prototype.getLastMoveX = function () {
9711 Shape.prototype.getLastMoveY = function () {
9714 Shape.prototype.getLastKnot = function () {
9717 Shape.prototype.setLastX = function (lastX) {
9720 Shape.prototype.setLastY = function (lastY) {
9723 Shape.prototype.setLastMoveX = function (lastMoveX) {
9726 Shape.prototype.setLastMoveY = function (lastMoveY) {
9729 Shape.prototype.setLastKnot = function (lastKnot) {
9732 return Shape;
9734 Shape.VSDX_START_TIME = new Date('1899-12-30T00:00:00Z').getTime();
9735 vsdx.Shape = Shape;
9736 Shape["__class"] = "com.mxgraph.io.vsdx.Shape";
10361 …ce(new RegExp('\n', 'g'), '<br/>').replace(new RegExp(com.mxgraph.io.vsdx.Shape.UNICODE_LINE_SEP, …
12127 }(com.mxgraph.io.vsdx.Shape));
12614 com.mxgraph.io.vsdx.Shape.UNICODE_LINE_SEP_$LI$();