|
@@ -98,14 +98,14 @@ namespace HTEXLib.Models.HTEX
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
HtexGraphicFrame htmlSmartArt = new HtexGraphicFrame(Id, rot, width, height, top,
|
|
HtexGraphicFrame htmlSmartArt = new HtexGraphicFrame(Id, rot, width, height, top,
|
|
- left, invisible, animatable, index, graphicFrame, slide, baseShape.PartForm);
|
|
|
|
|
|
+ left, invisible, animatable, index, graphicFrame, slide, baseShape.PartForm, TimingId);
|
|
items = htmlSmartArt.DrawElement();
|
|
items = htmlSmartArt.DrawElement();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
HtexGraphicFrame htmlSmartArt = new HtexGraphicFrame(Id, rot, width, height, top,
|
|
HtexGraphicFrame htmlSmartArt = new HtexGraphicFrame(Id, rot, width, height, top,
|
|
- left, invisible, animatable, index, graphicFrame, slide, baseShape.PartForm);
|
|
|
|
|
|
+ left, invisible, animatable, index, graphicFrame, slide, baseShape.PartForm, TimingId);
|
|
items = htmlSmartArt.DrawElement();
|
|
items = htmlSmartArt.DrawElement();
|
|
}
|
|
}
|
|
|
|
|
|
@@ -117,14 +117,14 @@ namespace HTEXLib.Models.HTEX
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
HtexGroupShape htmlShape = new HtexGroupShape(Id, rot, width, height, top,
|
|
HtexGroupShape htmlShape = new HtexGroupShape(Id, rot, width, height, top,
|
|
- left, invisible, animatable, index, groupShape, slide, baseShape.PartForm);
|
|
|
|
|
|
+ left, invisible, animatable, index, groupShape, slide, baseShape.PartForm, TimingId);
|
|
items = htmlShape.DrawElement();
|
|
items = htmlShape.DrawElement();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
HtexGroupShape htmlShape = new HtexGroupShape(Id, rot, width, height, top,
|
|
HtexGroupShape htmlShape = new HtexGroupShape(Id, rot, width, height, top,
|
|
- left, invisible, animatable, index, groupShape, slide, baseShape.PartForm);
|
|
|
|
|
|
+ left, invisible, animatable, index, groupShape, slide, baseShape.PartForm, TimingId);
|
|
items = htmlShape.DrawElement();
|
|
items = htmlShape.DrawElement();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -136,7 +136,7 @@ namespace HTEXLib.Models.HTEX
|
|
{
|
|
{
|
|
HtexConnectionShape htmlShape =
|
|
HtexConnectionShape htmlShape =
|
|
new HtexConnectionShape(Id, rot, width, height, top,
|
|
new HtexConnectionShape(Id, rot, width, height, top,
|
|
- left, invisible, animatable, index, connectionShape, slide, baseShape.PartForm);
|
|
|
|
|
|
+ left, invisible, animatable, index, connectionShape, slide, baseShape.PartForm, TimingId);
|
|
items = htmlShape.DrawElement();
|
|
items = htmlShape.DrawElement();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -144,7 +144,7 @@ namespace HTEXLib.Models.HTEX
|
|
{
|
|
{
|
|
HtexConnectionShape htmlShape =
|
|
HtexConnectionShape htmlShape =
|
|
new HtexConnectionShape(Id, rot, width, height, top,
|
|
new HtexConnectionShape(Id, rot, width, height, top,
|
|
- left, invisible, animatable, index, connectionShape, slide, baseShape.PartForm);
|
|
|
|
|
|
+ left, invisible, animatable, index, connectionShape, slide, baseShape.PartForm, TimingId);
|
|
items = htmlShape.DrawElement();
|
|
items = htmlShape.DrawElement();
|
|
}
|
|
}
|
|
|
|
|
|
@@ -156,7 +156,7 @@ namespace HTEXLib.Models.HTEX
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
HtexShape htmlShape = new HtexShape(Id, rot, width, height, top,
|
|
HtexShape htmlShape = new HtexShape(Id, rot, width, height, top,
|
|
- left, invisible, animatable, slideIndex, index, shape, slide, baseShape.PartForm)
|
|
|
|
|
|
+ left, invisible, animatable, slideIndex, index, shape, slide, baseShape.PartForm, TimingId)
|
|
{
|
|
{
|
|
Shape = shape,
|
|
Shape = shape,
|
|
//rot = baseShape.VisualShapeProp.Rotate,
|
|
//rot = baseShape.VisualShapeProp.Rotate,
|
|
@@ -168,7 +168,7 @@ namespace HTEXLib.Models.HTEX
|
|
else
|
|
else
|
|
{
|
|
{
|
|
HtexShape htmlShape = new HtexShape(Id, rot, width, height, top,
|
|
HtexShape htmlShape = new HtexShape(Id, rot, width, height, top,
|
|
- left, invisible, animatable, slideIndex, index, shape, slide, baseShape.PartForm)
|
|
|
|
|
|
+ left, invisible, animatable, slideIndex, index, shape, slide, baseShape.PartForm, TimingId)
|
|
{
|
|
{
|
|
Shape = shape,
|
|
Shape = shape,
|
|
//rot = baseShape.VisualShapeProp.Rotate,
|
|
//rot = baseShape.VisualShapeProp.Rotate,
|
|
@@ -185,7 +185,7 @@ namespace HTEXLib.Models.HTEX
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
HtexImage htmlImage = new HtexImage(Id, rot, width, height,
|
|
HtexImage htmlImage = new HtexImage(Id, rot, width, height,
|
|
- top, left, invisible, animatable, image.FileExtension, index, image, slide, baseShape.PartForm)
|
|
|
|
|
|
+ top, left, invisible, animatable, image.FileExtension, index, image, slide, baseShape.PartForm, TimingId)
|
|
{
|
|
{
|
|
HyperLink = clickLinkUrl
|
|
HyperLink = clickLinkUrl
|
|
};
|
|
};
|
|
@@ -195,7 +195,7 @@ namespace HTEXLib.Models.HTEX
|
|
else
|
|
else
|
|
{
|
|
{
|
|
HtexImage htmlImage = new HtexImage(Id, rot, width, height,
|
|
HtexImage htmlImage = new HtexImage(Id, rot, width, height,
|
|
- top, left, invisible, animatable, image.FileExtension, index, image, slide, baseShape.PartForm)
|
|
|
|
|
|
+ top, left, invisible, animatable, image.FileExtension, index, image, slide, baseShape.PartForm, TimingId)
|
|
{
|
|
{
|
|
HyperLink = clickLinkUrl
|
|
HyperLink = clickLinkUrl
|
|
};
|
|
};
|
|
@@ -211,7 +211,7 @@ namespace HTEXLib.Models.HTEX
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
HtexMath htexMath = new HtexMath(Id, rot, width, height, top,
|
|
HtexMath htexMath = new HtexMath(Id, rot, width, height, top,
|
|
- left, invisible, animatable, slideIndex, index, math, slide, baseShape.PartForm)
|
|
|
|
|
|
+ left, invisible, animatable, slideIndex, index, math, slide, baseShape.PartForm, TimingId)
|
|
{
|
|
{
|
|
pptMath = math,
|
|
pptMath = math,
|
|
HyperLink = clickLinkUrl
|
|
HyperLink = clickLinkUrl
|
|
@@ -222,7 +222,7 @@ namespace HTEXLib.Models.HTEX
|
|
else
|
|
else
|
|
{
|
|
{
|
|
HtexMath htexMath = new HtexMath(Id, rot, width, height, top,
|
|
HtexMath htexMath = new HtexMath(Id, rot, width, height, top,
|
|
- left, invisible, animatable, slideIndex, index, math, slide, baseShape.PartForm)
|
|
|
|
|
|
+ left, invisible, animatable, slideIndex, index, math, slide, baseShape.PartForm, TimingId)
|
|
{
|
|
{
|
|
pptMath = math,
|
|
pptMath = math,
|
|
HyperLink = clickLinkUrl
|
|
HyperLink = clickLinkUrl
|
|
@@ -235,7 +235,7 @@ namespace HTEXLib.Models.HTEX
|
|
{
|
|
{
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
- HtexTable HtexTable = new HtexTable(Id, rot, width, height, top, left, invisible, animatable, index, table.element, slide, baseShape.PartForm);
|
|
|
|
|
|
+ HtexTable HtexTable = new HtexTable(Id, rot, width, height, top, left, invisible, animatable, index, table.element, slide, baseShape.PartForm, TimingId);
|
|
|
|
|
|
items = HtexTable.DrawElement();
|
|
items = HtexTable.DrawElement();
|
|
|
|
|
|
@@ -243,7 +243,7 @@ namespace HTEXLib.Models.HTEX
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- HtexTable HtexTable = new HtexTable(Id, rot, width, height, top, left, invisible, animatable, index, table.element, slide, baseShape.PartForm);
|
|
|
|
|
|
+ HtexTable HtexTable = new HtexTable(Id, rot, width, height, top, left, invisible, animatable, index, table.element, slide, baseShape.PartForm, TimingId);
|
|
items = HtexTable.DrawElement();
|
|
items = HtexTable.DrawElement();
|
|
}
|
|
}
|
|
if (items != null && items.Count > 0)
|
|
if (items != null && items.Count > 0)
|
|
@@ -258,13 +258,13 @@ namespace HTEXLib.Models.HTEX
|
|
{
|
|
{
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
- HtexChart HtexChart = new HtexChart(Id, rot, width, height, top, left, invisible, animatable, index, Chart.element, slide, baseShape.PartForm);
|
|
|
|
|
|
+ HtexChart HtexChart = new HtexChart(Id, rot, width, height, top, left, invisible, animatable, index, Chart.element, slide, baseShape.PartForm, TimingId);
|
|
items = HtexChart.DrawElement();
|
|
items = HtexChart.DrawElement();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- HtexChart HtexChart = new HtexChart(Id, rot, width, height, top, left, invisible, animatable, index, Chart.element, slide, baseShape.PartForm);
|
|
|
|
|
|
+ HtexChart HtexChart = new HtexChart(Id, rot, width, height, top, left, invisible, animatable, index, Chart.element, slide, baseShape.PartForm, TimingId);
|
|
items = HtexChart.DrawElement();
|
|
items = HtexChart.DrawElement();
|
|
}
|
|
}
|
|
if (items != null && items.Count > 0)
|
|
if (items != null && items.Count > 0)
|
|
@@ -279,13 +279,13 @@ namespace HTEXLib.Models.HTEX
|
|
{
|
|
{
|
|
if (FromGroup)
|
|
if (FromGroup)
|
|
{
|
|
{
|
|
- HtexDiagram HtexChart = new HtexDiagram(Id, rot, width, height, top, left, invisible, animatable, index, Diagram.element, slide, baseShape.PartForm);
|
|
|
|
|
|
+ HtexDiagram HtexChart = new HtexDiagram(Id, rot, width, height, top, left, invisible, animatable, index, Diagram.element, slide, baseShape.PartForm, TimingId);
|
|
items = HtexChart.DrawElement();
|
|
items = HtexChart.DrawElement();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- HtexDiagram HtexChart = new HtexDiagram(Id, rot, width, height, top, left, invisible, animatable, index, Diagram.element, slide, baseShape.PartForm);
|
|
|
|
|
|
+ HtexDiagram HtexChart = new HtexDiagram(Id, rot, width, height, top, left, invisible, animatable, index, Diagram.element, slide, baseShape.PartForm, TimingId);
|
|
items = HtexChart.DrawElement();
|
|
items = HtexChart.DrawElement();
|
|
}
|
|
}
|
|
if (items != null && items.Count > 0)
|
|
if (items != null && items.Count > 0)
|