Ellipseサンプル1
Ellipseサンプル1(『<biz-Stream_home>/sample/xml/Ellipse/EllipseSample1.xml
』)
<?xml version="1.0" encoding="UTF-8"?> <!-- XML file created by biz-Stream Designer --> <!-- biz-Stream Copyright BrainSellers.com Corp. --> <Layout Name="EllipseSample1" Width="100" Height="100" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0"> <!-- 外枠(青線) --> <Square Width="60" Height="40" X="10" Y="10" LineColor="14,0,176" LineStyle="Solid"/> <!-- 楕円形 --> <Ellipse Name="Ellipse1" Width="10" Height="20" X="20" Y="30" FillColor="153,204,255" LineStyle="Solid"/> <Ellipse Name="Ellipse2" Width="10" Height="20" X="40" Y="30" FillColor="153,204,255" Rotate="45" LineStyle="Solid"/> <Ellipse Name="Ellipse3" Width="10" Height="20" X="60" Y="30" LineColor="0,0,255" LineWidth="1" FillColor="153,204,255" LineStyle="Solid"/> </Layout>
生成されるPDF(『<biz-Stream_home>/sample/xml/Ellipse/EllipseSample1.pdf
』)

- ①Ellipse1
- ②Ellipse2
- ③Ellipse3
座標は、中心点(円心)の位置に反映されます。
回転角度は、反時計回りに反映されます。
【 大きさおよび、座標の指定方法 】
