?? pdfpatternpainter.html
字號:
</DL>
</DD>
</DL>
<HR>
<A NAME="setRGBColorStrokeF(float, float, float)"><!-- --></A><H3>
setRGBColorStrokeF</H3>
<PRE>
public void <B>setRGBColorStrokeF</B>(float red, float green, float blue)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for stroking paths (device dependent colors!). <P> Sets the color space to <B>DeviceRGB</B> (or the <B>DefaultRGB</B> color space), and sets the color to use for stroking paths.</P> <P> Following the PDF manual, each operand must be a number between 0 (miniumum intensity) and 1 (maximum intensity).
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setRGBColorStrokeF(float, float, float)">setRGBColorStrokeF</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>red</CODE> - the intensity of red. A value between 0 and 1<DD><CODE>green</CODE> - the intensity of green. A value between 0 and 1<DD><CODE>blue</CODE> - the intensity of blue. A value between 0 and 1</DL>
</DD>
</DL>
<HR>
<A NAME="resetRGBColorStroke()"><!-- --></A><H3>
resetRGBColorStroke</H3>
<PRE>
public void <B>resetRGBColorStroke</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for stroking paths to black.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#resetRGBColorStroke()">resetRGBColorStroke</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setCMYKColorFillF(float, float, float, float)"><!-- --></A><H3>
setCMYKColorFillF</H3>
<PRE>
public void <B>setCMYKColorFillF</B>(float cyan, float magenta, float yellow, float black)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for filling paths (device dependent colors!). <P> Sets the color space to <B>DeviceCMYK</B> (or the <B>DefaultCMYK</B> color space), and sets the color to use for filling paths.</P> <P> Following the PDF manual, each operand must be a number between 0 (no ink) and 1 (maximum ink).</P>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setCMYKColorFillF(float, float, float, float)">setCMYKColorFillF</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cyan</CODE> - the intensity of cyan. A value between 0 and 1<DD><CODE>magenta</CODE> - the intensity of magenta. A value between 0 and 1<DD><CODE>yellow</CODE> - the intensity of yellow. A value between 0 and 1<DD><CODE>black</CODE> - the intensity of black. A value between 0 and 1</DL>
</DD>
</DL>
<HR>
<A NAME="resetCMYKColorFill()"><!-- --></A><H3>
resetCMYKColorFill</H3>
<PRE>
public void <B>resetCMYKColorFill</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for filling paths to black.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#resetCMYKColorFill()">resetCMYKColorFill</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setCMYKColorStrokeF(float, float, float, float)"><!-- --></A><H3>
setCMYKColorStrokeF</H3>
<PRE>
public void <B>setCMYKColorStrokeF</B>(float cyan, float magenta, float yellow, float black)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for stroking paths (device dependent colors!). <P> Sets the color space to <B>DeviceCMYK</B> (or the <B>DefaultCMYK</B> color space), and sets the color to use for stroking paths.</P> <P> Following the PDF manual, each operand must be a number between 0 (miniumum intensity) and 1 (maximum intensity).
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setCMYKColorStrokeF(float, float, float, float)">setCMYKColorStrokeF</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cyan</CODE> - the intensity of cyan. A value between 0 and 1<DD><CODE>magenta</CODE> - the intensity of magenta. A value between 0 and 1<DD><CODE>yellow</CODE> - the intensity of yellow. A value between 0 and 1<DD><CODE>black</CODE> - the intensity of black. A value between 0 and 1</DL>
</DD>
</DL>
<HR>
<A NAME="resetCMYKColorStroke()"><!-- --></A><H3>
resetCMYKColorStroke</H3>
<PRE>
public void <B>resetCMYKColorStroke</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for stroking paths to black.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#resetCMYKColorStroke()">resetCMYKColorStroke</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addImage(com.lowagie.text.Image, float, float, float, float, float, float)"><!-- --></A><H3>
addImage</H3>
<PRE>
public void <B>addImage</B>(<A HREF="../../../../com/lowagie/text/Image.html">Image</A> image, float a, float b, float c, float d, float e, float f) throws <A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html">PdfTemplate</A></CODE></B></DD>
<DD>Adds an <CODE>Image</CODE> to this template. The positioning of the <CODE>Image</CODE> is done with the transformation matrix. To position an <CODE>image</CODE> at (x,y) use addImage(image, image_width, 0, 0, image_height, x, y).
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html#addImage(com.lowagie.text.Image, float, float, float, float, float, float)">addImage</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html">PdfTemplate</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>image</CODE> - the <CODE>Image</CODE> object<DD><CODE>a</CODE> - an element of the transformation matrix<DD><CODE>b</CODE> - an element of the transformation matrix<DD><CODE>c</CODE> - an element of the transformation matrix<DD><CODE>d</CODE> - an element of the transformation matrix<DD><CODE>e</CODE> - an element of the transformation matrix<DD><CODE>f</CODE> - an element of the transformation matrix<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></CODE> - on error</DL>
</DD>
</DL>
<HR>
<A NAME="setCMYKColorFill(int, int, int, int)"><!-- --></A><H3>
setCMYKColorFill</H3>
<PRE>
public void <B>setCMYKColorFill</B>(int cyan, int magenta, int yellow, int black)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for filling paths (device dependent colors!). <P> Sets the color space to <B>DeviceCMYK</B> (or the <B>DefaultCMYK</B> color space), and sets the color to use for filling paths.</P> <P> This method is described in the 'Portable Document Format Reference Manual version 1.3' section 8.5.2.1 (page 331).</P> <P> Following the PDF manual, each operand must be a number between 0 (no ink) and 1 (maximum ink). This method however accepts only integers between 0x00 and 0xFF.</P>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setCMYKColorFill(int, int, int, int)">setCMYKColorFill</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cyan</CODE> - the intensity of cyan<DD><CODE>magenta</CODE> - the intensity of magenta<DD><CODE>yellow</CODE> - the intensity of yellow<DD><CODE>black</CODE> - the intensity of black</DL>
</DD>
</DL>
<HR>
<A NAME="setCMYKColorStroke(int, int, int, int)"><!-- --></A><H3>
setCMYKColorStroke</H3>
<PRE>
public void <B>setCMYKColorStroke</B>(int cyan, int magenta, int yellow, int black)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for stroking paths (device dependent colors!). <P> Sets the color space to <B>DeviceCMYK</B> (or the <B>DefaultCMYK</B> color space), and sets the color to use for stroking paths.</P> <P> This method is described in the 'Portable Document Format Reference Manual version 1.3' section 8.5.2.1 (page 331).</P> Following the PDF manual, each operand must be a number between 0 (miniumum intensity) and 1 (maximum intensity). This method however accepts only integers between 0x00 and 0xFF.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setCMYKColorStroke(int, int, int, int)">setCMYKColorStroke</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cyan</CODE> - the intensity of red<DD><CODE>magenta</CODE> - the intensity of green<DD><CODE>yellow</CODE> - the intensity of blue<DD><CODE>black</CODE> - the intensity of black</DL>
</DD>
</DL>
<HR>
<A NAME="setRGBColorFill(int, int, int)"><!-- --></A><H3>
setRGBColorFill</H3>
<PRE>
public void <B>setRGBColorFill</B>(int red,
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -