Skip to content

Commit

Permalink
Progressing #60
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Carey committed Feb 4, 2023
1 parent 0430301 commit cc6bea0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/page_object_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,8 @@ impl<'a> PdfPageGroupObject<'a> {
/// This function can only copy page objects supported by the [PdfPageObjectCommon::try_copy()]
/// method. For a different approach that supports more page object types but is more limited
/// in where the copied objects can be placed, see the [PdfPageGroupObject::copy_onto_new_page_at_start()],
/// [PdfPageGroupObject::copy_onto_new_page_at_start_in_document()], [PdfPageGroupObject::copy_onto_new_page_at_end()],
/// [PdfPageGroupObject::copy_onto_new_page_at_end_in_document()], [PdfPageGroupObject::copy_onto_new_page_at_index()],
/// and [PdfPageGroupObject::copy_onto_new_page_at_index_in_document()] functions.
/// [PdfPageGroupObject::copy_onto_new_page_at_end()], and
/// [PdfPageGroupObject::copy_onto_new_page_at_index()] functions.
///
/// If all objects were copied successfully, then a new [PdfPageGroupObject] containing the clones
/// is returned, allowing the new objects to be manipulated as a group.
Expand Down

0 comments on commit cc6bea0

Please # to comment.