Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 45 additions & 15 deletions docs/xml/Android.Print/PrintAttributes+Builder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,16 @@
</Parameter>
</Parameters>
<Docs>
<param name="colorMode">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="colorMode">The color mode.</param>
<summary>Sets the color mode.</summary>
<returns>This builder.</returns>
<remarks>
<para>Sets the color mode.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/print/PrintAttributes.Builder#setColorMode(int)" title="Reference documentation">Java documentation for <code>android.print.PrintAttributes.Builder.setColorMode(int)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand Down Expand Up @@ -202,10 +208,16 @@
</Parameter>
</Parameters>
<Docs>
<param name="duplexMode">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="duplexMode">The duplex mode.</param>
<summary>Sets the duplex mode.</summary>
<returns>This builder.</returns>
<remarks>
<para>Sets the duplex mode.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/print/PrintAttributes.Builder#setDuplexMode(int)" title="Reference documentation">Java documentation for <code>android.print.PrintAttributes.Builder.setDuplexMode(int)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand Down Expand Up @@ -233,10 +245,16 @@
<Parameter Name="mediaSize" Type="Android.Print.PrintAttributes+MediaSize" />
</Parameters>
<Docs>
<param name="mediaSize">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="mediaSize">The media size.</param>
<summary>Sets the media size.</summary>
<returns>This builder.</returns>
<remarks>
<para>Sets the media size.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/print/PrintAttributes.Builder#setMediaSize(android.print.PrintAttributes.MediaSize)" title="Reference documentation">Java documentation for <code>android.print.PrintAttributes.Builder.setMediaSize(android.print.PrintAttributes.MediaSize)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand Down Expand Up @@ -264,10 +282,16 @@
<Parameter Name="margins" Type="Android.Print.PrintAttributes+Margins" />
</Parameters>
<Docs>
<param name="margins">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="margins">The minimal margins.</param>
<summary>Sets the minimal margins.</summary>
<returns>This builder.</returns>
<remarks>
<para>Sets the minimal margins.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/print/PrintAttributes.Builder#setMinMargins(android.print.PrintAttributes.Margins)" title="Reference documentation">Java documentation for <code>android.print.PrintAttributes.Builder.setMinMargins(android.print.PrintAttributes.Margins)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand Down Expand Up @@ -295,10 +319,16 @@
<Parameter Name="resolution" Type="Android.Print.PrintAttributes+Resolution" />
</Parameters>
<Docs>
<param name="resolution">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="resolution">The resolution.</param>
<summary>Sets the resolution.</summary>
<returns>This builder.</returns>
<remarks>
<para>Sets the resolution.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/print/PrintAttributes.Builder#setResolution(android.print.PrintAttributes.Resolution)" title="Reference documentation">Java documentation for <code>android.print.PrintAttributes.Builder.setResolution(android.print.PrintAttributes.Resolution)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand Down