CPDFEditingConfig Class Reference

Inherits from NSObject
Declared in CPDFView.h

  editingSelectionTextColor

Sets the unselected border color of the text code block.

@property (nonatomic, strong) CPDFKitPlatformColor *editingSelectionTextColor

Discussion

Sets the unselected border color of the text code block.

Declared In

CPDFView.h

  editingBorderColor

Sets the unselected border color of the text code block.

@property (nonatomic, strong) CPDFKitPlatformColor *editingBorderColor

Discussion

Sets the unselected border color of the text code block.

Declared In

CPDFView.h

  editingSelectionBorderColor

Sets the selected border color of the text code block.

@property (nonatomic, strong) CPDFKitPlatformColor *editingSelectionBorderColor

Discussion

Sets the selected border color of the text code block.

Declared In

CPDFView.h

  editingSelectionNoteBorderColor

@property (nonatomic, strong) CPDFKitPlatformColor *editingSelectionNoteBorderColor

  editingImageCropBorderColor

@property (nonatomic, strong) CPDFKitPlatformColor *editingImageCropBorderColor

  editingBorderWidth

Border width of the text code block.

@property (nonatomic, assign) CGFloat editingBorderWidth

Discussion

Border width of the text code block.

Declared In

CPDFView.h

  editingSelectionBorderWidth

Border width of the selected text code block.

@property (nonatomic, assign) CGFloat editingSelectionBorderWidth

Discussion

Border width of the selected text code block.

Declared In

CPDFView.h

  editingImageCropBorderWidth

Border width of the image crop block.

@property (nonatomic, assign) CGFloat editingImageCropBorderWidth

Discussion

Border width of the image crop block.

Declared In

CPDFView.h

  editingBorderDashPattern

Array of dashed lines of the text code block.

@property (nonatomic, strong) NSArray *editingBorderDashPattern

Discussion

Array of dashed lines of the text code block.

Declared In

CPDFView.h

  editingSelectionBorderDashPattern

Array of dashed lines of the selected text code block.

@property (nonatomic, strong) NSArray *editingSelectionBorderDashPattern

Discussion

Array of dashed lines of the selected text code block.

Declared In

CPDFView.h

  editingImageCropBorderDashPattern

Array of dashed lines of the image crop block.

@property (nonatomic, strong) NSArray *editingImageCropBorderDashPattern

Discussion

Array of dashed lines of the image crop block.

Declared In

CPDFView.h

  editingOffsetGap

Sets the offset interval at which blocks are displayed

@property (nonatomic, assign) CGFloat editingOffsetGap

Discussion

Sets the offset interval at which blocks are displayed

Declared In

CPDFView.h

  pageSpacingGap

Set the move range spacing for the text editing page

@property (nonatomic, assign) CGFloat pageSpacingGap

Discussion

Set the move range spacing for the text editing page

Declared In

CPDFView.h